import { Style } from './types.js'; import 'react-native'; declare const COLORS: (keyof Style)[]; export { COLORS };