import React from 'react'; import type { WatermarkProps } from './interface'; declare const ProWatermark: React.FC; export default ProWatermark;