/** * Navigation component shared styles. * * These variants are composed into navigation controls: * Breadcrumb, Menu, Toolbar, Tree, Pagination, Tabs */ export declare const navItemStyles: import('../../style-engine').StylesDef<{ color: { readonly primary: "bg-primary text-white"; readonly secondary: "bg-secondary text-white"; readonly accent: "bg-accent text-white"; readonly muted: "bg-muted text-foreground"; readonly success: "bg-success text-white"; readonly warning: "bg-warning text-white"; readonly danger: "bg-danger text-white"; readonly info: "bg-info text-white"; readonly gradient: "bg-gradient-ui text-white"; }; state: { active: string; inactive: string; }; size: { sm: string; md: string; lg: string; }; }>;