import { OnInit } from '@angular/core';
import { PieceComponent } from './piece.component';
import * as i0 from "@angular/core";
export declare class SubSectionComponent extends PieceComponent implements OnInit {
    subSection: any;
    updatePropagatedAttributes(): void;
    ngOnInit(): void;
    start(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SubSectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SubSectionComponent, "lib-subsection", never, { "subSection": { "alias": "subSection"; "required": false; }; }, {}, never, ["*"], false, never>;
}
