import type { Components, JSX } from "../types/components"; interface NvPaginationNav extends Components.NvPaginationNav, HTMLElement {} export const NvPaginationNav: { prototype: NvPaginationNav; new (): NvPaginationNav; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;