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