declare module '@react-native/normalize-colors' {
    export default function normalizeColor(color: string): number | null
}
