import * as React from 'react'; declare function Chart(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Chart; export default Chart;