/// <reference types="react" />
import { IDialogFooterProps } from './DialogFooter.types';
export declare const DialogFooter: (props: IDialogFooterProps) => JSX.Element;
