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