import type { GraphSchema, NodeStyle, EdgeStyle } from '../types'; export declare function getStyleConfig(schema: GraphSchema, graphId: string): { nodeStyle: Record; edgeStyle: Record; };