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