import { EventEmitter, Injector, OnInit } from '@angular/core';
import { ExtendPreviewActionsComponent } from '../extend-preview-actions.component';
import * as i0 from "@angular/core";
export declare class SectionTplComponent extends ExtendPreviewActionsComponent implements OnInit {
    backgroundColor: string;
    readOnly: boolean;
    openBottomSheet: EventEmitter<void>;
    constructor(injector: Injector);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SectionTplComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SectionTplComponent, "section-tpl", never, { "backgroundColor": "backgroundColor"; "readOnly": "readOnly"; }, { "openBottomSheet": "openBottomSheet"; }, never, ["*"], false>;
}
