import { ReactNode } from 'react'; import { RneFunctionComponent } from '../helpers'; export interface DialogActionsProps { children?: ReactNode; } export declare const DialogActions: RneFunctionComponent;