import React from 'react'; declare type Props = { isPlayed: boolean; onPress: () => void; }; export declare const VideoReplayed: React.NamedExoticComponent; export {};