export declare type MockPoints = { coords: number[]; text: string; }; export declare const mockPoints: MockPoints[];