import { IconProps } from '../lib';
declare function Bicycle({ weight, color, size, style }: IconProps): JSX.Element;
export default Bicycle;
