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