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