import React from "react";
interface Props {
    aspectRatio: number;
    onClose: () => void;
    onSelect: (img: string) => void;
}
export declare const GalleryModal: React.FC<Props>;
export {};
//# sourceMappingURL=GalleryModal.d.ts.map