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