import { type PropsWithChildren, type ReactNode } from "react"; export interface BottomDrawerProps extends PropsWithChildren { screenReaderTitle: ReactNode; trigger: ReactNode; } /** * This component should be lazy-loaded because it uses some heavy components. */ declare const _default: import("react").NamedExoticComponent; export default _default;