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