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