import React, { FunctionComponent } from 'react';
import { TaroWaterMarkProps } from "../../types";
export declare const WaterMark: FunctionComponent<Partial<TaroWaterMarkProps> & React.HTMLAttributes<HTMLDivElement>>;
