import React from "react"; export type TextFieldProps = React.ComponentPropsWithoutRef<"input">; export declare const TextField: React.ForwardRefExoticComponent, HTMLInputElement>, "ref"> & React.RefAttributes>; //# sourceMappingURL=TextField.d.ts.map