import { TextStyle } from 'react-native'; import { Theme } from '../types'; export declare const textColor: (theme: Theme) => Record;