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