import { StoryObj } from "@storybook/react"; import React from "react"; import { Expandable } from "./react"; declare const _default: { title: string; render(args: Omit, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "updated" | "firstUpdated" | "render" | "renderOptions" | "buttonClass" | "bleed" | "expanded" | "box" | "contentClass" | "noChevron" | "animated" | "headingLevel" | "_expandableSlot"> & {} & Partial> & React.RefAttributes, "ref">, "button-class" | "content-class" | "no-chevron" | "heading-level"> & { buttonClass?: string; contentClass?: string; noChevron?: boolean; headingLevel?: number; } & React.RefAttributes): React.JSX.Element; component: React.ForwardRefExoticComponent, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "updated" | "firstUpdated" | "render" | "renderOptions" | "buttonClass" | "bleed" | "expanded" | "box" | "contentClass" | "noChevron" | "animated" | "headingLevel" | "_expandableSlot"> & {} & Partial> & React.RefAttributes, "ref">, "button-class" | "content-class" | "no-chevron" | "heading-level"> & { buttonClass?: string; contentClass?: string; noChevron?: boolean; headingLevel?: number; } & React.RefAttributes>; }; export default _default; export type Story = StoryObj; export declare const Default: Story; export declare const Expanded: Story; export declare const Box: Story; export declare const Animated: Story; export declare const WithHeading: Story; export declare const NoChevron: Story; export declare const CustomTitle: Story; export declare const NoTitle: Story;