import React from "react"; import type { WarpExpandable } from "./expandable.js"; /** * Expandable is a layout component used for creating expandable content areas on a page. * * [Warp component reference](https://warp-ds.github.io/docs/components/expandable/frameworks/elements) */ export declare const Expandable: 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>;