import type { Components, JSX } from "../types/components"; interface RuxIconLineStyle extends Components.RuxIconLineStyle, HTMLElement {} export const RuxIconLineStyle: { prototype: RuxIconLineStyle; new (): RuxIconLineStyle; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;