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