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