import { MobileBottomSheetProps } from './types'; /** * Reusable mobile bottom sheet component * Provides consistent styling and behavior for mobile selector bottom sheets */ export declare const MobileBottomSheet: ({ isOpen, onClose, title, subtitle, primaryButtonLabel, onPrimaryAction, showCloseButton, children, className, }: MobileBottomSheetProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MobileBottomSheet.d.ts.map