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