export declare type BoardUIState = {
    lockBoard: boolean;
};
export declare const initialState: BoardUIState;
