import { TextInput } from '@sanity/ui'; import React, { ComponentProps } from 'react'; interface CustomTextInputProps extends ComponentProps { smallClearButton?: boolean; } export declare const CustomTextInput: React.ForwardRefExoticComponent & React.RefAttributes>; export {}; //# sourceMappingURL=CustomTextInput.d.ts.map