import { Direction } from "../dropdownable/components/Dropdownable"; export declare const menuList: string; export declare const hideHorizontalScroll: string; export declare const menuListItem: string; export declare const menuListItemActive: string; export declare const getPopoverBoxArrow: (direction: Direction) => string;