import { EventEmitter, QueryList } from '@angular/core'; import { GtrAccordionComponent } from '../accordion/gtr-accordion.component'; import * as i0 from "@angular/core"; export declare class GtrAccordionWrapperComponent { /** * The accordion wrapper data eventemitter */ accordionStateChanged: EventEmitter; /** * The accordion wrapper multiple active screens boolean */ allowMultiple: boolean; /** * The accordion wrapper identifier */ id: string; /** * The accordion wrapper testing identifier */ testId: string; dataTransactionName: string; /** * The accordion wrapper expand boolean */ expandAll: boolean; /** * The accordion wrapper for show arrow icons at end */ showArrowIcon: boolean; /** * The accordion list from child component */ accordions: QueryList; ngAfterViewInit(): void; ngAfterContentInit(): void; mapAccordion(): void; toggleAccordion(selectedAccordion: GtrAccordionComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }