import { ScalerType } from './scaler'; import { BitmapType } from './Bitmap'; export declare function baseBitmaps($: ScalerType, data: any[] | undefined): [BitmapType, BitmapType | undefined]; export declare function markBitmaps($: ScalerType, avoidMarks: SVGElement[], labelInside: any): [BitmapType, BitmapType]; //# sourceMappingURL=bitmaps.d.ts.map