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