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