import { TabsProps } from '..'; export declare function TabsExample(props: TabsProps): import("react/jsx-runtime").JSX.Element; export declare function TabsVerticalExample(props: TabsProps): import("react/jsx-runtime").JSX.Element; export declare function TabsListExample(props: TabsProps): import("react/jsx-runtime").JSX.Element; export declare function DisabledTabs(): import("react/jsx-runtime").JSX.Element; export declare function IconLabelTabs({ orientation }: TabsProps): import("react/jsx-runtime").JSX.Element;