import { ColorValue } from 'react-native'; /** * PlatformColor like */ export declare function AppColor(name: string): ColorValue;