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