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