import React from 'react';
export declare type DialogActionsProps = {
children?: any;
};
declare const _default: React.FunctionComponent<Omit<DialogActionsProps, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<DialogActionsProps>;
export default _default;