export declare const GRAPH_DECKGL_ACCESSOR_MAP: { readonly circle: { readonly getFillColor: "fill"; readonly getLineColor: "stroke"; readonly getLineWidth: "strokeWidth"; readonly getRadius: "radius"; readonly getOffset: "offset"; readonly opacity: "opacity"; }; readonly rectangle: { readonly getWidth: "width"; readonly getHeight: "height"; readonly getFillColor: "fill"; readonly getLineColor: "stroke"; readonly getLineWidth: "strokeWidth"; readonly getOffset: "offset"; readonly opacity: "opacity"; }; readonly 'rounded-rectangle': { readonly getCornerRadius: "cornerRadius"; readonly getRadius: "radius"; readonly getWidth: "width"; readonly getHeight: "height"; readonly getFillColor: "fill"; readonly getLineColor: "stroke"; readonly getLineWidth: "strokeWidth"; readonly getOffset: "offset"; readonly opacity: "opacity"; }; readonly 'path-rounded-rectangle': { readonly getWidth: "width"; readonly getHeight: "height"; readonly getFillColor: "fill"; readonly getLineColor: "stroke"; readonly getLineWidth: "strokeWidth"; readonly getCornerRadius: "cornerRadius"; readonly getOffset: "offset"; readonly opacity: "opacity"; }; readonly label: { readonly getColor: "color"; readonly getText: "text"; readonly getSize: "fontSize"; readonly getTextAnchor: "textAnchor"; readonly getAlignmentBaseline: "alignmentBaseline"; readonly getAngle: "angle"; readonly scaleWithZoom: "scaleWithZoom"; readonly textMaxWidth: "textMaxWidth"; readonly textWordBreak: "textWordBreak"; readonly textSizeMinPixels: "textSizeMinPixels"; readonly getOffset: "offset"; readonly opacity: "opacity"; }; readonly marker: { readonly getColor: "fill"; readonly getSize: "size"; readonly getMarker: "marker"; readonly scaleWithZoom: "scaleWithZoom"; readonly getOffset: "offset"; readonly opacity: "opacity"; }; readonly Edge: { readonly getColor: "stroke"; readonly getWidth: "strokeWidth"; }; readonly edge: { readonly getColor: "stroke"; readonly getWidth: "strokeWidth"; }; readonly 'edge-label': { readonly getColor: "color"; readonly getText: "text"; readonly getSize: "fontSize"; readonly getTextAnchor: "textAnchor"; readonly getAlignmentBaseline: "alignmentBaseline"; readonly scaleWithZoom: "scaleWithZoom"; readonly textMaxWidth: "textMaxWidth"; readonly textWordBreak: "textWordBreak"; readonly textSizeMinPixels: "textSizeMinPixels"; }; readonly flow: { readonly getColor: "color"; readonly getWidth: "width"; readonly getSpeed: "speed"; readonly getTailLength: "tailLength"; }; readonly arrow: { readonly getColor: "color"; readonly getSize: "size"; readonly getOffset: "offset"; }; }; export type GraphDeckGLAccessorMap = typeof GRAPH_DECKGL_ACCESSOR_MAP; //# sourceMappingURL=graph-style-accessor-map.d.ts.map