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