import { PopoverType } from '../components/popover/Popover'; export declare const usePopperTransitions: (popperRef: HTMLElement | null, tool: PopoverType) => void;