import { TYPE_POPOVER_DIRECTION } from '../interfaces/popover.type'; export declare const KEY_QUERY_POPOVER_TIMER_DESTROY = "popover-timer-destroy"; export declare const getPopoverTimerDestroyInQueryUrl: () => number; export declare const getListDirections: (direction: TYPE_POPOVER_DIRECTION) => Array;