export declare const INFO = "info"; export declare const WARNING = "warning"; export declare const ERROR = "error"; export declare const SUCCESS = "success"; export declare const LEFT_TOP = "LEFT_TOP"; export declare const LEFT_BOTTOM = "LEFT_BOTTOM"; export declare const RIGHT_TOP = "RIGHT_TOP"; export declare const RIGHT_BOTTOM = "RIGHT_BOTTOM"; export declare const FROM_LEFT = "from-left"; export declare const FROM_TOP = "from-top"; export declare const FROM_RIGHT = "from-right"; export declare const FROM_BOTTOM = "from-bottom"; export declare const TO_LEFT = "to-left"; export declare const TO_TOP = "to-top"; export declare const TO_RIGHT = "to-right"; export declare const TO_BOTTOM = "to-bottom"; export declare const DEFAULT_ANIM_DELAY = 1000; export declare const DEFAULT_DELAY = 3000;