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