/// import { TextProps } from 'react-native'; export declare function DateText(props: { date: Date | string; suffix?: string; } & TextProps): JSX.Element;