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