import * as i0 from "@angular/core";
export declare class GovUKAccordionSectionComponent {
    id: string;
    heading: string;
    summary: string;
    active: boolean;
    expandClassName: string;
    constructor();
    expand: () => boolean;
    open: () => boolean;
    close: () => boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<GovUKAccordionSectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GovUKAccordionSectionComponent, "govuk-accordion-section", never, { "id": "id"; "heading": "heading"; "summary": "summary"; "active": "active"; }, {}, never, ["*"]>;
}
