/**
 * @file index.ts
 * @input BottomSheet.tsx
 * @output Re-exports BottomSheet component and BottomSheetProps type
 * @position Lab entry point for the BottomSheet directory
 */
export { BottomSheet } from './BottomSheet';
export type { BottomSheetProps } from './BottomSheet';
//# sourceMappingURL=index.d.ts.map