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