import { IAxes, IStroke } from '../';
import { IAxis, IGrid, ISVGLineStyle } from '../Histogram';
import { ILineProps } from '../LineChart';
export declare const lineStyle: ISVGLineStyle;
export declare const stroke: IStroke;
export declare const line: ILineProps;
export declare const annotationAxisDefaults: IAxis;
export declare const axis: IAxes;
export declare const grid: IGrid;
