import React from 'react';
import type { DrawerFooterProps } from './types';
export declare const cnDrawerFooter: import("@bem-react/classname").ClassNameFormatter;
export declare const DrawerFooter: React.ForwardRefExoticComponent<Omit<DrawerFooterProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
