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