import { MaterialComponent } from '../MaterialComponent'; import SurveyComponent from 'formiojs/components/survey/Survey.js'; import * as i0 from "@angular/core"; export declare class MaterialSurveyComponent extends MaterialComponent { controls: any; getFormControl(question: any): any; setDisabled(disabled: any): void; getValue(): {}; setValue(value: any): void; getUniqueName(question: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { SurveyComponent };