import { type VariantProps } from 'class-variance-authority'; declare const navigationLinkVariants: (props?: ({ variant?: "line" | "indicator" | "pill" | null | undefined; size?: "sm" | "md" | "lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type NavigationLinkVariants = VariantProps; export { navigationLinkVariants }; export type { NavigationLinkVariants }; //# sourceMappingURL=navigation-link-variants.d.ts.map