import { default as React } from 'react'; import { TextInputProps } from './TextInput.types.ts'; declare const TextInputNamespace: React.ForwardRefExoticComponent> & { TextIsland: React.ForwardRefExoticComponent>; IconIsland: React.ForwardRefExoticComponent>; ActionIsland: React.ForwardRefExoticComponent>; CustomIsland: React.ForwardRefExoticComponent>; LoadingIsland: React.ForwardRefExoticComponent>; }; export { TextInputNamespace as TextInput };