import { PropsWithChildren } from 'react'; import { TouchableOpacityProps } from 'react-native'; export declare type ReplayProps = PropsWithChildren; declare const Replay: ({ style, onPress, children, ...props }: ReplayProps) => JSX.Element; export default Replay;