/** @packageDocumentation * @module Tabs */ import { TabsProps } from "./Tabs"; /** Horizontal tabs meant to represent the current position in a page/section * @public */ export declare function HorizontalTabs(props: TabsProps): JSX.Element; //# sourceMappingURL=HorizontalTabs.d.ts.map