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