import type { TextStyle } from 'react-native'; import { ThemeType } from '../utils/themeTypes'; import { StatusTypes } from './Status'; import { statusColor, StatusStyleType } from './statusStyle'; export declare const statusHelper: (statusStyles: StatusStyleType, theme: ThemeType, color?: statusColor, type?: StatusTypes) => TextStyle[];