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