import { BitmapType } from './Bitmap'; import { ScalerType } from './scaler'; import { NewBBoxClass } from '../../NewBBox'; export default function placeLabel($: ScalerType, bitmaps: [BitmapType, BitmapType | undefined], anchors: any, offsets: any): (d: { boundary: number[]; bbox: NewBBoxClass; }) => boolean; //# sourceMappingURL=placeLabel.d.ts.map