import { FC } from 'react'; export type JournalTabsProps = { gameId?: string; }; export declare const JournalTabs: FC;