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