import { StoryObj } from "@storybook/react"; import React from "react"; import { Select } from "./react"; declare const _default: { title: string; render(args: Omit, "form" | "label" | "name" | "tooltip" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "onchange" | "invalid" | "disabled" | "helpText" | "optional" | "readOnly" | "readonly" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "helpTextSlotChange" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "autoFocus" | "onChange" | "hint" | "willUpdate" | "always" | "_setValue" | "formStateRestoreCallback" | "handleKeyDown"> & { onChange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; onchange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; } & Partial> & React.RefAttributes, "ref">, "help-text" | "helpText" | "read-only" | "auto-focus"> & { autoFocus?: boolean; helpText?: string | React.ReactElement; readOnly?: boolean; } & React.RefAttributes): React.JSX.Element; component: React.ForwardRefExoticComponent, "form" | "label" | "name" | "tooltip" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "onchange" | "invalid" | "disabled" | "helpText" | "optional" | "readOnly" | "readonly" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "helpTextSlotChange" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "autoFocus" | "onChange" | "hint" | "willUpdate" | "always" | "_setValue" | "formStateRestoreCallback" | "handleKeyDown"> & { onChange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; onchange?: ((e: import("../types").ChangeEventWithTarget) => void) | undefined; } & Partial> & React.RefAttributes, "ref">, "help-text" | "helpText" | "read-only" | "auto-focus"> & { autoFocus?: boolean; helpText?: string | React.ReactElement; readOnly?: boolean; } & React.RefAttributes>; }; export default _default; export type Story = StoryObj; export declare const Default: Story; export declare const WithHelpText: Story; export declare const WithJsxHelpText: Story; export declare const ChangeEvent: Story;