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