import React from 'react';
declare const ArrowRightIcon: ({ ...props }: {
    [x: string]: any;
}) => React.JSX.Element;
export default ArrowRightIcon;
