import { Type } from './types'; export declare function getQiankunContainer(): HTMLElement | null; export declare function getRoot(root?: string | HTMLElement | null): HTMLElement | null; export declare function getIconName(type: Type): "InformationFill" | "SuccessFill" | "WarningFill" | "Warning2Fill"; export declare function getIconColor(type: Type): "info.default" | "success.default" | "warning.default" | "error.default";