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