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