import { IComponentStatusProps } from './ComponentStatus.types';
export interface IComponentStatusState {
    [key: string]: IComponentStatusProps;
}
export declare const AllComponentsStatus: IComponentStatusState;
