import React from 'react'; import { Styles } from './SettingsPopper.style'; interface Props extends Styles { autoFocus?: boolean; maxValue?: number; onChange: (budget: number) => void; } declare const _default: React.ComponentType, "children" | "onChange" | "autoFocus" | "maxValue"> & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default; //# sourceMappingURL=Content.d.ts.map