import type { StylesheetCSS } from 'cytoscape'; import type { CyNodeModuleTypes } from './lib/index.ts'; export declare const NodeWithName: (color?: string, outlineColor?: string) => StylesheetCSS; export declare const Node: (icons: Record, bgColor?: string, hideLabels?: boolean) => StylesheetCSS; export declare const NodeAsRoot: (bgColor?: string) => StylesheetCSS; export declare const EdgeStyled: (lineColor?: string, targetArrowColor?: string) => StylesheetCSS; //# sourceMappingURL=CytoscapeStyles.d.ts.map