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