import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { TimeAxisLabelFormat as TimeAxisLabelFormat_internal } from './TimeAxisLabelFormat';
import { IgcTimeAxisLabelFormatComponent as IgcTimeAxisLabelFormatComponent } from './igc-time-axis-label-format-component';
export declare class IgcTimeAxisLabelFormatCollection extends IgCollection<IgcTimeAxisLabelFormatComponent, TimeAxisLabelFormat_internal> {
    constructor(list?: IgcTimeAxisLabelFormatComponent[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgcTimeAxisLabelFormatComponent, TimeAxisLabelFormat_internal>;
}
