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