import type { ComponentRef } from 'react'; export declare enum OutputType { BASE64 = "base64" } export declare function makeImageFromView(containerRef: ComponentRef): Promise; //# sourceMappingURL=index.d.ts.map