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