import { DefaultAxis, TimeAxis } from './axis'; export declare class PlotAxisFactory { static getPlotAxis(type?: string): TimeAxis | DefaultAxis; }