import { DotCMSHttpClient } from '../utils/DotCMSHttpClient'; /** * DotCMS {@link https://dotcms.com/docs/latest/widgets | widgets handler} */ export declare class DotApiWidget { private dotCMSHttpClient; constructor(httpClient: DotCMSHttpClient); /** * Get the widght HTML strong with it identifier * */ getHtml(widgetId: string): Promise; }