import { BottomSheetProps } from './BottomSheet.types'; export type { BottomSheetProps } from './BottomSheet.types'; /** * Bottom sheet modal that slides up from the bottom. Supports optional expand/collapse and custom footer. */ export declare function BottomSheet({ open, onClose, title, children, className, footerOptions, maxHeight, withExpandIcon, onExpand, primaryButtonLabel, secondaryButtonLabel, ...props }: BottomSheetProps): import("react/jsx-runtime").JSX.Element; export declare namespace BottomSheet { var displayName: string; } //# sourceMappingURL=index.d.ts.map