import Editor from '../Editor';
export declare const TOOLTIP_DELAY = 300;
export declare function setFunctionalGroupsTooltip({ editor, event, isShow, }: {
    editor: Editor;
    event?: PointerEvent;
    isShow: boolean;
}): void;
