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