export declare const percentToPixel: (value: any, dimension: any) => number;
export default function cropImage({ cropData, dimensions, file, sharp }: {
    cropData: any;
    dimensions: any;
    file: any;
    sharp: any;
}): Promise<any>;
//# sourceMappingURL=cropImage.d.ts.map