import { IModule } from '../../Strategy/Interface/IModule';
export declare const isRichStatusBarPanel: (module: IModule | undefined) => boolean;
