import { FunctionComponent } from 'react'; import { WaterMarkProps } from './types'; export declare const WaterMark: FunctionComponent;