import type { Middleware } from '@floating-ui/dom';
import type { ArrowOptions } from './types';
/**
* Positions an inner element of the floating element such that it is centered to the reference element.
* @param options The arrow options.
* @see https://floating-ui.com/docs/arrow
*/
export declare function arrow(options: ArrowOptions): Middleware;