import { IconProps } from '../lib';
declare function Bicycle(props: IconProps): JSX.Element;
export default Bicycle;
