import { ObservableCollection$1 } from "igniteui-react-core";
import { TimeAxisLabelFormat } from "./TimeAxisLabelFormat";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class TimeAxisLabelFormatCollection extends ObservableCollection$1<TimeAxisLabelFormat> {
    static $t: Type;
    constructor();
}
