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