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