declare const CNavItem: import("vue").DefineComponent<{ as: string; class?: string | undefined; disabled?: boolean | undefined; active?: boolean | undefined; href?: string | undefined; }, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ as: string; class?: string | undefined; disabled?: boolean | undefined; active?: boolean | undefined; href?: string | undefined; }> & Readonly<{}>, { disabled: boolean; as: string; active: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CNavItem };