import { Direction } from "../dropdownable/components/Dropdownable"; export declare const tooltip: string; export declare const getTooltipArrow: (direction: Direction) => string;