import './Backdrop.css';
import type { BackdropBaseProps } from './index';
export declare const cnBackdrop: import("@bem-react/classname").ClassNameFormatter;
export declare const Backdrop: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<BackdropBaseProps, "div", "as">;
