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