import React from 'react'; import { ViewStyle, TextStyle } from 'react-native'; import { LeftRightStyle, IMessage } from './Models'; export interface TimeProps { position?: 'left' | 'right'; currentMessage: TMessage; containerStyle?: LeftRightStyle; timeTextStyle?: LeftRightStyle; timeFormat?: string; } export declare const Time: ({ position, containerStyle, currentMessage, timeFormat, timeTextStyle, }: TimeProps) => React.JSX.Element | null; //# sourceMappingURL=Time.d.ts.map