export interface StylingParams { arrowsColor?: string; itemShadowBlur?: number; itemShadowDirection?: number; itemShadowOpacityAndColor?: string; itemShadowSize?: number; itemEnableShadow?: boolean; itemBorderRadius?: number; itemBorderWidth?: number; itemBorderColor?: any; itemResolutionMode?: 'FULL' | 'SCLAED_DOWN'; } //# sourceMappingURL=stylingParams.d.ts.map