import React from 'react'; import { ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta>; export default _default; export declare const Template: { (args: any): JSX.Element; args: { placeholder: string; invalid: boolean; disabled: boolean; }; }; export declare const Disabled: (args: any) => JSX.Element; export declare const WithValidationError: (args: any) => JSX.Element; export declare const WithLeadingIcon: (args: any) => JSX.Element; export declare const WithTrailingIcon: (args: any) => JSX.Element; export declare const WithLeadingAddon: (args: any) => JSX.Element; export declare const WithTrailingAddon: (args: any) => JSX.Element; export declare const WithLeadingAndTrailingAddon: (args: any) => JSX.Element; export declare const WithCustomTrailingAddon: (args: any) => JSX.Element;