import { Optional } from '@ephox/katamari'; import { type SugarElement } from '@ephox/sugar'; import * as Boxes from '../../alien/Boxes'; import * as CssPosition from '../../alien/CssPosition'; import * as Origins from '../layout/Origins'; import { type Anchoring, type NodeAnchor, type SelectionAnchor } from './Anchoring'; declare const getBox: (left: number, top: number, width: number, height: number) => Optional; declare const calcNewAnchor: (optBox: Optional, rootPoint: CssPosition.CssPositionAdt, anchorInfo: SelectionAnchor | NodeAnchor, origin: Origins.OriginAdt, elem: SugarElement) => Optional; export { getBox, calcNewAnchor }; //# sourceMappingURL=ContentAnchorCommon.d.ts.map