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