import { TimelineTimeseriesPainterFactory } from './timeline_timeseries_row';
import { TimelineRowPaneFactory } from './timeline_row';
import { TimelineRowModel } from './timeline_model';
export declare let timeseriesRowPainterFactories_DEFAULT: TimelineTimeseriesPainterFactory[];
export declare let eventsRowPaneFactory_DEFAULT: TimelineRowPaneFactory;
export declare let timeseriesRowPaneFactory_DEFAULT: TimelineRowPaneFactory;
export declare function rowPaneFactoryChooser_DEFAULT(row: TimelineRowModel): TimelineRowPaneFactory;
export declare let eventsRowPaneFactory_THIN: TimelineRowPaneFactory;
export declare function rowPaneFactoryChooser_THIN(row: TimelineRowModel): TimelineRowPaneFactory;
export declare let eventsRowPaneFactory_SINGLE: TimelineRowPaneFactory;
export declare function rowPaneFactoryChooser_SINGLE(row: TimelineRowModel): TimelineRowPaneFactory;
