import { IconProps } from '../iconUtils'; export declare const ArrowForward: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ArrowForwardProps = IconProps; export default ArrowForward;