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