import { RefObject } from 'react'; import { Target, PositionProps, Position } from '~/types'; export declare type Resize = () => void; export declare const useOverlayPosition: (target: Target, positionProps?: PositionProps) => [RefObject, Position | undefined, Resize]; //# sourceMappingURL=index.d.ts.map