import { ITextFieldProps } from "../types";
/**
 * TextField
 */
export declare const TextField: (props: ITextFieldProps) => string;
