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