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

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