import { CanvaOptions, CanvasSettings, Element } from './type'; export { CanvasSubTypes } from './type'; /** 获取图片base64信息 */ export default function getImage(settings: CanvasSettings, options: CanvaOptions, element?: Element): Promise;