import { InjectionToken } from '@angular/core';
export declare const ACCORDION_DATA_SOURCE: InjectionToken<unknown>;
