import { DvScatterData } from './type';
export declare function isValidData(data: DvScatterData): boolean;
