import * as React from 'react'; import { TwoTonedIcon } from '../iconTypes'; declare const IconNavigateLeft: ({ className, height, title, width }: TwoTonedIcon) => React.JSX.Element; export default IconNavigateLeft;