import * as React from 'react';
import type { IDialogFooterProps } from './DialogFooter.types';
export declare const DialogFooter: React.FunctionComponent<IDialogFooterProps>;
