export declare class BoardMountManager {
    static isMounting: boolean;
    static setIsMounting(isMounting: boolean): void;
}
