import type { Components, JSX } from "../types/components";

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