import { Direction } from "../../dropdownable/components/Dropdownable"; export declare const alignContainerWithCaretStyles: (direction: Direction) => string; export declare const getContainerCaret: (direction: Direction, bgColor?: string, borderColor?: string) => string;