declare const tipIcons: {
    normal: string;
    success: string;
    green: string;
    error: string;
    red: string;
    warn: string;
    orange: string;
    black: string;
    white: string;
};
export { tipIcons };
