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