import React from "react"; import type { BaseInputProps } from "./commons/input"; export type TextInputProps = Omit, "id"> & { id?: string; }; export declare const TextInput: React.ForwardRefExoticComponent, "id"> & { id?: string | undefined; } & React.RefAttributes>; //# sourceMappingURL=text-input.d.ts.map