import { JSX } from "solid-js"; import { ElementType, HTMLHopeProps } from "../types"; export declare type TabListProps = HTMLHopeProps; /** * TabList is used to manage a list of tab buttons. It renders a `div` by default, * and is responsible of the keyboard interaction between tabs. */ export declare function TabList(props: TabListProps): JSX.Element; export declare namespace TabList { var toString: () => string; } //# sourceMappingURL=tab-list.d.ts.map