import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ReportsTextComponent implements OnInit {
    data: any;
    questionNumber: any;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ReportsTextComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ReportsTextComponent, "sl-reports-text", never, { "data": { "alias": "data"; "required": false; }; "questionNumber": { "alias": "questionNumber"; "required": false; }; }, {}, never, never, false, never>;
}
