export type EditorContextData = { minimumCropDimensions: { width: number; height: number; }; fixedAspectRatio: number; dynamicCrop: boolean; onBackPress: () => void; onSave: () => void; imageUri: string | null; }; export declare const EditorContext: import("react").Context; //# sourceMappingURL=editor.d.ts.map