import { StylesheetEngine } from "./stylesheet-engine.js"; import { type GraphStyleRule, type GraphStyleRuleParsed } from "./graph-stylesheet-schema.js"; export declare class GraphStylesheetEngine extends StylesheetEngine { constructor(style: GraphStyleRule | GraphStyleRuleParsed, { stateUpdateTrigger }?: { stateUpdateTrigger?: unknown; }); } export declare const GraphStyleEngine: typeof GraphStylesheetEngine; export type GraphStyleEngine = GraphStylesheetEngine; export { GraphStyleScaleTypeEnum, GraphStyleScaleSchema, GraphStyleAttributeReferenceSchema, GraphStyleLeafValueSchema, GraphStyleStateMapSchema, GraphStyleValueSchema, GraphStylesheetSchema, GraphStyleRuleSchema } from "./graph-stylesheet-schema.js"; export type { GraphStylesheet, GraphStyleRule, GraphStyleRuleParsed, GraphStylesheetParsed, GraphStyleSelector, GraphStyleType, GraphStyleAttributeReference, GraphStyleLeafValue, GraphStyleScale, GraphStyleScaleType, GraphStyleValue } from "./graph-stylesheet-schema.js"; export { GRAPH_DECKGL_ACCESSOR_MAP } from "./graph-style-accessor-map.js"; //# sourceMappingURL=graph-style-engine.d.ts.map