import { CommonLineProps, LineSvgPropsWithDefaults, LineCanvasPropsWithDefaults, DefaultSeries, LineLayerId } from './types'; export declare const commonDefaultProps: Omit, 'data' | 'xFormat' | 'yFormat' | 'layers' | 'width' | 'height' | 'margin' | 'theme' | 'pointSymbol' | 'gridXValues' | 'gridYValues' | 'onMouseEnter' | 'onMouseMove' | 'onMouseLeave' | 'onMouseDown' | 'onMouseUp' | 'onClick' | 'onDoubleClick' | 'onTouchStart' | 'onTouchMove' | 'onTouchEnd'> & { layers: LineLayerId[]; }; export declare const svgDefaultProps: Omit, 'data' | 'width' | 'height' | 'margin' | 'theme'>; export declare const canvasDefaultProps: Omit, 'data' | 'width' | 'height' | 'margin' | 'theme'>; //# sourceMappingURL=defaults.d.ts.map