import React from 'react'; import { InputProps } from '@material-ui/core/Input'; import { Styles } from './StaticInput.style'; export declare type StaticInputProps = Styles & { label: string; value: InputProps['value']; }; declare const _default: React.ComponentType, "children" | "label" | "value"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"label" | "sizeSmall" | "disabledInputBase" | "staticValue">>; export default _default; //# sourceMappingURL=StaticInput.d.ts.map