export interface HexColorConfig {
    isStrict?: boolean;
    message?: string;
    conditionalExpression?: string | Function;
}
