///
import { type BottomSheetContainerOwnProps, type BottomSheetRootOwnProps } from './@common';
export type BottomSheetOwnProps = BottomSheetRootOwnProps & BottomSheetContainerOwnProps;
export type BottomSheetProps = React.PropsWithChildren;
export declare function BottomSheet({ children, suppressResizeWidth, width, height, className, ...bottomSheetRootProps }: BottomSheetProps): import("react/jsx-runtime").JSX.Element;
export declare namespace BottomSheet {
var displayName: string;
}
//# sourceMappingURL=BottomSheet.d.ts.map