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