///
import { type BottomSheetContainerRecipeVariants } from './BottomSheetContainer.css';
import { type PaperProps } from '../../../../layout/Paper';
export type BottomSheetContainerOwnProps = Omit>, 'as' | 'children'> & BottomSheetContainerRecipeVariants & {
width?: number | string;
height?: number | string;
};
export type BottomSheetContainerProps = React.PropsWithChildren;
export declare const BottomSheetContainer: import("react").ForwardRefExoticComponent, "ref">, "children" | "as"> & {
suppressResizeWidth?: boolean | undefined;
} & {
width?: string | number | undefined;
height?: string | number | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
//# sourceMappingURL=BottomSheetContainer.d.ts.map