/** * 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. */ export declare const LARGE_DATA: { label: string; x: number; y: number; }[]; export declare const defaultData: { label: string; x: number; y: number; }[]; //# sourceMappingURL=mocks.d.ts.map