import React from 'react'; import { Element } from 'react-native-statistic-charts-core'; export declare const useRenderer: (elements: Element[]) => React.JSX.Element[];