export declare class ColorService {
    toNativeColor(inputColor: string): import("react-native").ProcessedColorValue | null | undefined;
}
