import { ComponentType } from 'react';
declare const StyledDialog: ComponentType<any>;
declare const StyledHeaderBox: ComponentType<any>;
declare const StyledTitle: ComponentType<any>;
declare const StyledDialogTitle: ComponentType<any>;
declare const StyledDialogContent: ComponentType<any>;
declare const StyledDialogActions: ComponentType<any>;
export { StyledDialog, StyledHeaderBox, StyledTitle, StyledDialogTitle, StyledDialogContent, StyledDialogActions, };
