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