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