/** * 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 defaultData: { LATITUDE: number; LONGITUDE: number; SOURCE_COUNT: number; STATE_CODE: string; ZIP: string; }[]; interface DataProps { [key: string]: unknown; } export declare const defaultProcessDataFn: (data: Array) => GeoJSON.FeatureCollection; export {}; //# sourceMappingURL=mocks.d.ts.map