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