import React, { useState } from 'react'; export default function GifDownloadButton({ onClick, title, isCapturing }) { return ( ); }