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