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