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