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