/** biome-ignore-all lint/style/useNamingConvention: Может использоваться продуктами */ export declare enum NotificationVariantTypes { info = "info", success = "success", warning = "warning", error = "error", progress = "progress" } export declare const NOTIFY_POSITIONS: { readonly TOP_RIGHT: "top-right"; readonly TOP_CENTER: "top-center"; readonly TOP_LEFT: "top-left"; readonly BOTTOM_RIGHT: "bottom-right"; readonly BOTTOM_CENTER: "bottom-center"; readonly BOTTOM_LEFT: "bottom-left"; }; export declare const NOTIFY_CONTAINER_CLASSNAME = "astral-notify-container"; export declare const NOTIFY_CLASSNAME = "astral-notify"; export declare const NOTIFY_ANIMATION_IN_CLASSNAME = "astral-notify_leave-in"; export declare const NOTIFY_ANIMATION_OUT_CLASSNAME = "astral-notify_leave-out"; export declare const NOTIFY_CLOSE_BUTTON_ANIMATION_OUT_CLASSNAME = "astral-notify_close-button_leave-out"; export declare const NOTIFY_CONTAINER_ID = "notify-container"; export declare const NOTIFY_STATIC_CONTAINER_ID = "static-notify-container"; export declare const BANNER_CONTAINER_ID = "banner-container-id"; export declare const NOTIFY_NO_TRANSITION_ATTR = "data-no-transition"; export declare const NOTIFY_HEIGHT = "92px";