export declare const SMALL_SCREEN_BREAKPOINT = 490; export declare const MENU_OFFSET = 6; export declare const MENU_MAX_HEIGHT_PERCENTAGE = 72; export declare const Y_TRANSLATION_DESKTOP = 10; export declare const Y_TRANSLATION_MOBILE = 150; export declare const MENU_ANIMATION_CONFIG: { duration: number; type: string; }; export declare const OVERLAY_ANIMATION_CONFIG: { duration: number; type: string; };