import type { DrawerFooterProps } from './types'; export declare function DrawerFooter(props: DrawerFooterProps): React.ReactElement | null;