/** * title: Custom configuration * description: Preview the watermark effect by configuring custom parameters. * * title.zh-CN: 自定义配置 * description.zh-CN: 通过自定义参数配置预览水印效果。 */ import React from 'react'; declare const App: React.FC; export default App;