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