/// <reference types="react" />
import { CommonIconProps } from '../..';
export default function Crane({ color, size, ...rest }: CommonIconProps): JSX.Element;
