import React from 'react';
interface IProps {
    link: string;
}
declare const FileWps: React.FC<IProps>;
export default FileWps;
