declare const hexColor: RegExp;
declare function isHex(hex: string): boolean;

export { hexColor, isHex };
