import { BaseConfigFn } from './base-config-fn'; export interface HexColorConfig extends BaseConfigFn { isStrict?: boolean; }