export declare const Dialog: (styleProps: any) => string; export declare const DialogContent: (styleProps: any) => string; export declare const DialogHeader: (styleProps: any) => string; export declare const DialogTitle: (styleProps: any) => string; export declare const DialogFooter: (styleProps: any) => string; export declare const DialogClose: (styleProps: any) => string; export declare const DialogIconWrapper: (styleProps: any) => string; export declare const DialogModal: (styleProps: any) => string;