import './BottomSheetBaseBackdrop.css';
import type { BottomSheetBaseBackdropBaseProps } from './types';
export declare const cnBottomSheetBaseBackdrop: import("@bem-react/classname").ClassNameFormatter;
export declare const BottomSheetBaseBackdrop: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<BottomSheetBaseBackdropBaseProps, "div", "as">;
