import type { Components, JSX } from "../types/components"; interface RuxIconWarning extends Components.RuxIconWarning, HTMLElement {} export const RuxIconWarning: { prototype: RuxIconWarning; new (): RuxIconWarning; };