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