import { Theme } from '@material-ui/core/styles'; import { WithStyles } from '@material-ui/core/styles/withStyles'; export declare const styles: (theme: Theme) => Record<"footerRoot" | "headerText" | "headerRoot" | "headerButton" | "footerBorder" | "closeButton" | "dialogPaper" | "dialogContent" | "dialogActions", import("@material-ui/core/styles/withStyles").CSSProperties>; export declare type Styles = Partial>; //# sourceMappingURL=CustomDialog.style.d.ts.map