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