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