export declare const getMemoizedColorStyles: (color?: string) => { color: string; } | undefined;