import React from 'react'; import { Element } from 'react-native-statistic-charts-core'; export declare const ElementRenderer: React.FC<{ element: Element; }>;