import { TextInputProps } from "../TextInput"; export type TextFieldProps = { label?: React.ReactNode; helper?: string; } & TextInputProps; export declare function TextField({ label, helper, className, ref, ...props }: TextFieldProps): import("react").JSX.Element; export declare namespace TextField { var displayName: string; } //# sourceMappingURL=TextField.d.ts.map