import React from 'react'; import { ActionPopperProps } from '../../../ActionPopper'; import { Styles } from './SettingsPopper.style'; export interface SettingsPopperProps extends Pick, Styles { title?: string; } declare const _default: React.ComponentType, "open" | "disabled" | "title" | "children" | "onSubmit" | "onClose" | "anchorEl" | "modifiers" | "placement"> & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default; //# sourceMappingURL=SettingsPopper.d.ts.map