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