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