/// import { TextInput } from '.'; export declare const Base: () => JSX.Element; export declare const externalLabel: () => JSX.Element; declare const _default: { title: string; component: typeof TextInput; decorators: ((...args: any) => any)[]; }; export default _default;