declare const cssClasses: { PREFIX: string; SELECTED: string; DISABLED: string; }; declare const strings: { POSITION_SET: readonly ["top", "topLeft", "topRight", "left", "leftTop", "leftBottom", "right", "rightTop", "rightBottom", "bottom", "bottomLeft", "bottomRight", "leftTopOver", "rightTopOver", "leftBottomOver", "rightBottomOver"]; TRIGGER_SET: string[]; DEFAULT_LEAVE_DELAY: number; ITEM_TYPE: string[]; }; declare const numbers: { SPACING: number; NESTED_SPACING: number; }; export { cssClasses, strings, numbers };