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