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