import type { FC } from 'react'; import { type DrawerFooterProps } from '../Drawer'; type DialogFooterProps = DrawerFooterProps; export declare const DialogFooter: FC; export {};