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