/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { LineRawDataProps } from '.'; interface IData { date: string; DATA_POINT_1: number; DATA_POINT_2: number; DATA_POINT_3: number; } export declare const DATA: Array; export declare const defaultLineKeys: string[]; export declare const processDataFn: (data: Array) => Array; export declare const yAxisDataKey: () => string; export {}; //# sourceMappingURL=mocks.d.ts.map