export declare const TOAST_HOLDER_CLASS_NAME = "fu-toasts-holder"; export declare const TOAST_LOCATION_STYLE_MAP: { common: { position: string; zIndex: string; }; 'top-right': { top: string; right: string; }; 'top-left': { top: string; left: string; }; 'top-center': { top: string; left: string; }; 'bottom-right': { bottom: string; right: string; }; 'bottom-left': { bottom: string; left: string; }; 'bottom-center': { bottom: string; left: string; }; };