import { OnInit } from '@angular/core';
import { PieceComponent } from './piece.component';
import { RecordFormSection } from '../../../classes/forms/section';
import * as i0 from "@angular/core";
export declare class SectionComponent extends PieceComponent implements OnInit {
    private destroyRef;
    section: RecordFormSection | null;
    updatePropagatedAttributes(): void;
    ngOnInit(): void;
    start(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "lib-section", never, { "section": { "alias": "section"; "required": false; }; }, {}, never, ["*"], true, never>;
}
