import { FieldProps } from '../Field'; import { PrismaneProps } from '../../types'; export type TextFieldProps = PrismaneProps<{ prefix?: string; suffix?: string; }, FieldProps>; declare const TextField: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default TextField; //# sourceMappingURL=TextField.d.ts.map