export declare const numberData: any;
export declare const browserData: {
    key: string;
    data: number;
}[];
