import { HTMLAttributes } from "@builder.io/qwik"; export type NavigationMenuLinkProps = HTMLAttributes & { href?: string; class?: string; }; export declare const NavigationMenuLink: import("@builder.io/qwik").Component;