import { Meta } from '@storybook/react'; declare const _default: Meta; export default _default; export declare const NormalState: { args: { label: string; helperMessage: string; placeholder: string; width: string; disabled: boolean; }; }; export declare const ErrorState: { args: { label: string; helperMessage: string; placeholder: string; width: string; status: string; disabled: boolean; }; }; export declare const SuccessState: { args: { label: string; helperMessage: string; placeholder: string; width: string; status: string; disabled: boolean; }; };