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