import React from 'react'; import { WatermarkProps } from './PropsType'; declare const Watermark: React.FC; export default Watermark;