import { StoryObj } from "@storybook/react"; import React from "react"; import { Textarea } from "./react"; declare const _default: { title: string; render(args: Omit, "form" | "label" | "name" | "tooltip" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "onblur" | "onchange" | "onfocus" | "oninput" | "invalid" | "disabled" | "helpText" | "optional" | "minLength" | "maxLength" | "placeholder" | "readOnly" | "readonly" | "required" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "_helptextstyles" | "_helpId" | "_id" | "_error" | "handler" | "helpTextSlotChange" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "onFocus" | "onBlur" | "onChange" | "onInput" | "reportValidity" | "setCustomValidity" | "maxRows" | "minRows" | "_textareaStyles"> & { onBlur?: ((e: FocusEvent) => void) | undefined; onblur?: ((e: FocusEvent) => void) | undefined; onChange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; onchange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; onInput?: ((e: import("../types").InputEventWithTarget) => void) | undefined; oninput?: ((e: import("../types").InputEventWithTarget) => void) | undefined; onFocus?: ((e: FocusEvent) => void) | undefined; onfocus?: ((e: FocusEvent) => void) | undefined; } & Partial> & React.RefAttributes, "ref">, "help-text" | "helpText" | "minlength" | "maxlength" | "read-only" | "maximum-rows" | "minimum-rows"> & { helpText?: string | React.ReactElement; maxRows?: number; minRows?: number; maxLength?: number; minLength?: number; readOnly?: boolean; } & React.RefAttributes): React.JSX.Element; component: React.ForwardRefExoticComponent, "form" | "label" | "name" | "tooltip" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "onblur" | "onchange" | "onfocus" | "oninput" | "invalid" | "disabled" | "helpText" | "optional" | "minLength" | "maxLength" | "placeholder" | "readOnly" | "readonly" | "required" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "_helptextstyles" | "_helpId" | "_id" | "_error" | "handler" | "helpTextSlotChange" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "onFocus" | "onBlur" | "onChange" | "onInput" | "reportValidity" | "setCustomValidity" | "maxRows" | "minRows" | "_textareaStyles"> & { onBlur?: ((e: FocusEvent) => void) | undefined; onblur?: ((e: FocusEvent) => void) | undefined; onChange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; onchange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; onInput?: ((e: import("../types").InputEventWithTarget) => void) | undefined; oninput?: ((e: import("../types").InputEventWithTarget) => void) | undefined; onFocus?: ((e: FocusEvent) => void) | undefined; onfocus?: ((e: FocusEvent) => void) | undefined; } & Partial> & React.RefAttributes, "ref">, "help-text" | "helpText" | "minlength" | "maxlength" | "read-only" | "maximum-rows" | "minimum-rows"> & { helpText?: string | React.ReactElement; maxRows?: number; minRows?: number; maxLength?: number; minLength?: number; readOnly?: boolean; } & React.RefAttributes>; args: { optional: false; required: false; disabled: false; invalid: false; readOnly: false; maxRows: undefined; minRows: undefined; }; argTypes: { maxRows: { type: "number"; }; minRows: { type: "number"; }; }; }; export default _default; export type Story = StoryObj; export declare const Default: Story; export declare const WithPlaceholder: Story; export declare const WithHelpText: Story; export declare const WithJsxHelpText: Story; export declare const Invalid: Story; export declare const Disabled: Story;