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