import { QuestionHtmlModel } from "survey-core"; export declare class QuestionHtml extends QuestionHtmlModel { private _implementor; constructor(name: string); protected onBaseCreating(): void; dispose(): void; }