export declare class NetworkViewerStates { static EXPANDED: string; static COLLAPSED: string; static MUTATION_EFFECTED: string; }