export declare const parseType: {
    notice: string;
    action: string;
    success: string;
    warning: string;
    error: string;
};
