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