/**
 * @constant 正则表达式常量
 */
export declare const DATA_REGEX_PATTERN: {
  color16: RegExp;
  colorRgb: RegExp;
};
