export declare const getDefaultBrush: () => { toolbox: any[]; throttleType: string; xAxisIndex: string; }; export declare const getLineXBrush: () => { type: string[]; throttleType: string; xAxisIndex: string; }; export declare const getNoiseAnalysisLineXBrush: () => { toolbox: string[]; xAxisIndex: number; brushLink: number; outOfBrush: { colorAlpha: number; }; throttleType: string; throttleDelay: number; };