import { StoryObj } from "@storybook/react"; import React from "react"; import { Button } from "./react"; declare const _default: { title: string; render(args: Omit, "form" | "small" | "type" | "name" | "target" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "command" | "disabled" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "rel" | "variant" | "quiet" | "href" | "fullWidth" | "iconOnly" | "loading" | "buttonClass" | "commandfor" | "_handleButtonClick"> & {} & Partial> & React.RefAttributes, "ref">, "full-width" | "icon-only"> & { fullWidth?: boolean; iconOnly?: boolean; } & React.RefAttributes): React.JSX.Element; component: React.ForwardRefExoticComponent, "form" | "small" | "type" | "name" | "target" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "command" | "disabled" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "rel" | "variant" | "quiet" | "href" | "fullWidth" | "iconOnly" | "loading" | "buttonClass" | "commandfor" | "_handleButtonClick"> & {} & Partial> & React.RefAttributes, "ref">, "full-width" | "icon-only"> & { fullWidth?: boolean; iconOnly?: boolean; } & React.RefAttributes>; }; export default _default; export type Story = StoryObj; export declare const Primary: Story; export declare const Secondary: Story; export declare const Negative: Story; export declare const Utility: Story; export declare const Link: Story; export declare const Pill: Story; export declare const Small: Story; export declare const Quiet: Story; export declare const Loading: Story; export declare const FullWidth: Story; export declare const AsLink: Story; export declare const FormControl: Story;