import React from 'react'; import { IIcon } from '../interface'; export declare function IconArrowLeft({ fill }: IIcon): React.JSX.Element;