import { FC, HTMLAttributes } from 'react'; type GameTableNavigationProps = { scaleStep?: number; } & HTMLAttributes; export declare const GameTableNavigation: FC; export {};