import { StyleProp, ViewStyle } from 'react-native'; import type { AXChartDescriptor } from './AXChartDescriptor'; export interface NativeAxChartViewProps { descriptor: AXChartDescriptor; style?: StyleProp; } export declare const NativeAxChartView: any; //# sourceMappingURL=NativeAxChartView.d.ts.map