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 { constructor(list?: IgrTimeAxisLabelFormat[]); protected _createInnerColl(): SyncableObservableCollection$2; }