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