declare const STYLE: {
    wrapper: string;
    message: string;
    text: string;
    icon: string;
};
declare const MESSAGE_LEVEL: string[];
export { STYLE, MESSAGE_LEVEL };
