import React from "react"; import type { InputProps } from "./Input.types"; declare const _default: { title: string; component: React.ForwardRefExoticComponent>; argTypes: { renderAs: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; className: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; labelPosition: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; startIcon: { control: { type: string; }; description: string; }; endIcon: { control: { type: string; }; description: string; }; UNSAFE_width: { control: { type: string; }; description: string; }; UNSAFE_height: { control: { type: string; }; description: string; }; size: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; label: { control: { type: string; }; description: string; }; placeholder: { control: { type: string; }; description: string; }; errorMessage: { control: { type: string; }; description: string; }; description: { control: { type: string; }; description: string; }; isRequired: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; isDisabled: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; isReadOnly: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; onChange: { control: { type: string; }; description: string; }; }; parameters: { controls: { sort: string; }; }; decorators: ((Story: () => React.ReactNode) => JSX.Element)[]; }; export default _default; export declare const InputStory: import("@storybook/csf").StoryAnnotations; export declare const InputTextareaStory: import("@storybook/csf").StoryAnnotations;