/**
 * rgb 颜色转换成数组
 * @param str
 * @returns
 */
export declare function rgb2arr(str: string): number[];
