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