import { PropsWithChildren } from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import type { AXChartDescriptor } from './AXChartDescriptor'; export interface AXChartProps { descriptor: AXChartDescriptor; style?: StyleProp; } export declare function AXChart({ children, descriptor, style, }: PropsWithChildren): JSX.Element; //# sourceMappingURL=AXChart.d.ts.map