import * as Tabs from "@radix-ui/react-tabs"; import { TabNavigationItem } from "./TabNavigationItem"; export type TabNavigationProps = React.ComponentPropsWithoutRef & React.RefAttributes; export declare function TabNavigation({ className, ref, ...rest }: TabNavigationProps): import("react").JSX.Element; export declare namespace TabNavigation { var displayName: string; export { TabNavigation as Root }; export { TabNavigationList as List }; export { TabNavigationItem as Item }; export { TabNavigationContent as Content }; } export type TabNavigationListProps = React.ComponentPropsWithoutRef & React.RefAttributes; declare const TabNavigationList: { ({ className, ref, ...rest }: TabNavigationListProps): import("react").JSX.Element; displayName: string; }; export type TabNavigationContentProps = React.ComponentPropsWithoutRef & React.RefAttributes; declare const TabNavigationContent: { ({ className, ref, ...rest }: TabNavigationContentProps): import("react").JSX.Element; displayName: string; }; export {}; //# sourceMappingURL=TabNavigation.d.ts.map