import type { UmbHint, UmbIncomingHintBase } from '../types.js'; import { UmbHintController, type UmbHintControllerArgs } from './hint.controller.js'; import type { UmbPartialSome } from '../../utils/index.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; export declare class UmbHintContext> extends UmbHintController { constructor(host: UmbControllerHost, args?: UmbHintControllerArgs); }