export declare function expandToHexColor(string: string, outputTextCase?: 'uppercase' | 'lowercase', includeHexSymbol?: boolean, customColorMapping?: Record): string | null;