import type { ValuesOf } from '../../Types/ValuesOf'; /** * `FloatingArrowPlacement` - The `FloatingArrowPlacement` object is used to describe the different types of floating arrow placements. * * @public */ export declare const FloatingArrowPlacement: { readonly Start: "start"; readonly End: "end"; readonly Center: "center"; readonly Anchor: "anchor"; }; /** * @public */ export type FloatingArrowPlacement = ValuesOf; //# sourceMappingURL=FloatingArrowPlacement.d.ts.map