import { BoardProps } from 'boardgame.io/react';
/**
 * Get current board props as maintained by the effects plugin
 * @return - The boardgame.io props including G and ctx
 */
export declare function useBoardProps(): BoardProps;
