export type TextInputProps = { placeholder?: string | undefined; }; export declare function TextInput({ placeholder }: TextInputProps): JSX.Element; export declare namespace TextInput { var __type: string; } //# sourceMappingURL=TextInput.d.ts.map