import { PanelModel } from "survey-core"; export declare class PanelViewModel { question: PanelModel; targetElement: HTMLElement; constructor(question: PanelModel, targetElement: HTMLElement); }