import { ElementType, HTMLHopeProps } from "../types"; export declare type TabPanelProps = HTMLHopeProps; /** * TabPanel is used to render the content for a specific tab. */ export declare function TabPanel(props: TabPanelProps): import("solid-js").JSX.Element; export declare namespace TabPanel { var toString: () => string; } //# sourceMappingURL=tab-panel.d.ts.map