import { NavigationMenu as NavigationMenuPrimitive } from 'radix-ui'; import * as React from 'react'; declare const TabNavigation: React.ForwardRefExoticComponent, "ref">, "defaultValue" | "dir" | "orientation"> & React.RefAttributes>; declare const TabNavigationLink: React.ForwardRefExoticComponent, "ref">, "onSelect"> & { disabled?: boolean; } & React.RefAttributes>; export { TabNavigation, TabNavigationLink }; //# sourceMappingURL=tab-navigation.d.ts.map