import { PopoverCoordinates } from '../hooks/index.js'; interface GetTooltipStyle { (position: PopoverCoordinates, offset: number): {}; } export declare const getTooltipStyle: GetTooltipStyle; export {}; //# sourceMappingURL=getTooltipStyle.d.ts.map