import type { FC } from 'react'; import { type DrawerFooterControlsProps } from '../Drawer'; export type DialogFooterControlsProps = DrawerFooterControlsProps; export declare const DialogFooterControls: FC;