export declare const CLASSES: { tooltip: string; 'tooltip--top': string; 'tooltip--top-left': string; 'tooltip--top-right': string; 'tooltip--right': string; 'tooltip--right-top': string; 'tooltip--right-bottom': string; 'tooltip--bottom': string; 'tooltip--bottom-left': string; 'tooltip--bottom-right': string; 'tooltip--left': string; 'tooltip--left-top': string; 'tooltip--left-bottom': string; tooltip__arrow: string; }; export declare const TTANSITION_DURING: { enter: number; leave: number; };