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