type GifPlayerProps = { gif: string; thumbnail: string; }; declare function GifPlayer(props: GifPlayerProps): JSX.Element; export default GifPlayer;