import type { DrawerCloseButtonBaseProps } from './types';
export declare const cnDrawerCloseButton: import("@bem-react/classname").ClassNameFormatter;
export declare const DrawerCloseButton: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<DrawerCloseButtonBaseProps, "button", "as">;
