import { IconProps } from '../lib';
declare function ArrowFatRight(props: IconProps): JSX.Element;
export default ArrowFatRight;
