import { NetworkLegend } from '../legend/network-legend'; import { Stylesheet } from 'cytoscape'; export declare class Style { applicationCSS: Stylesheet[]; private styleUtility; private legend; constructor(legend: NetworkLegend); }