export function createCroppedImageSvg(cropperSettings: any, image: any): Promise; export function setTransformAttribute({ imageElement, imageWidth, imageHeight, squareDimension, settings, }: { imageElement: any; imageWidth: any; imageHeight: any; squareDimension: any; settings: any; }): void;