import { BottomSheetProps } from './bottom-sheet.types.js'; /** * Bottom sheet component */ export declare function BottomSheet({ children, state, title, primaryLabel, secondaryLabel, primaryOnClick, secondaryOnClick, ...props }: BottomSheetProps): import("react/jsx-runtime").JSX.Element;