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