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