import type { CreateBase64Interface as a } from '../_interface';
/**
 * 将 canvas 转换成 base64 图片格式
 * @param props
 * @returns base64 string
 */
export declare const createWatermark: a;
