import { FC } from 'react'; type ExportPanelProps = { gameName: string; doFlash: (msg: string) => void; }; export declare const ExportPanel: FC; export {};