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