import {ColorValue} from "react-native"; export type IProps = { readonly value: string readonly size?: number readonly color?: ColorValue readonly bg?: ColorValue readonly logo?: number readonly logoSize?: number }