import React from 'react'; import { Styles } from './Dialog.style'; import { Option } from './model'; interface Props extends Styles { onClose: () => void; actions?: Option[]; } declare const _default: React.ComponentType & Partial> & Partial, never>>, "onClose" | "actions"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "content" | "button" | "container" | "controls" | "backdrop">>; export default _default; //# sourceMappingURL=DialogContent.d.ts.map