import { anchorCustomPositionType } from '../types';
import { dimensionType } from '../privateTypes';
export declare const calcAnchors: (anchors: anchorCustomPositionType[], anchorPos: dimensionType) => {
    x: any;
    y: any;
    anchor: anchorCustomPositionType;
}[];
//# sourceMappingURL=anchors.d.ts.map