import React from "react"; import type { WarpTabPanel } from "./tab-panel.js"; /** * Tab panel component that holds content for individual tabs. * * Each tab panel should have a name that matches a corresponding tab. * * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements) */ export declare const TabPanel: React.ForwardRefExoticComponent, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "updated" | "render" | "renderOptions" | "active" | "_parentActive" | "_parentAriaLabelledBy"> & {} & Partial> & React.RefAttributes, "ref"> & React.RefAttributes>;