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