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