import { TextInputGroupMainProps } from '@patternfly/react-core'; import { FunctionComponent, ReactNode } from 'react'; import { FieldProps } from '../models/typings'; interface StringFieldProps extends FieldProps { fieldType?: TextInputGroupMainProps['type']; additionalUtility?: ReactNode; } export declare const StringField: FunctionComponent; export {}; //# sourceMappingURL=StringField.d.ts.map