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