/** * title: Multi-line watermark * description: Use content to set a string array to specify multi-line text watermark content. * * title.zh-CN: 多行水印 * description.zh-CN: 通过 content 设置 字符串数组 指定多行文字水印内容。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;