import { NodeAnchor } from './index'; export interface BBoxEndpointOptions { dx?: number | string; dy?: number | string; /** * Should the anchor bbox rotate with the terminal view. * * Default is `false`, meaning that the unrotated bbox is used. */ rotate?: boolean; } export declare const center: NodeAnchor.Definition; export declare const top: NodeAnchor.Definition; export declare const bottom: NodeAnchor.Definition; export declare const left: NodeAnchor.Definition; export declare const right: NodeAnchor.Definition; export declare const topLeft: NodeAnchor.Definition; export declare const topRight: NodeAnchor.Definition; export declare const bottomLeft: NodeAnchor.Definition; export declare const bottomRight: NodeAnchor.Definition;