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