import React from 'react'; import { Styles } from './MaintenancePage.style'; export declare type MaintenancePageProps = Styles & { imageUrl?: string; imageWidth?: number; title: string; description: string; }; declare const _default: React.ComponentType, "title" | "children" | "imageUrl" | "imageWidth" | "description"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "text" | "image" | "titleBorder">>; export default _default; //# sourceMappingURL=MaintenancePage.d.ts.map