import MediaGallery from "@brizy/media-gallery";
export interface MediaUploadContainerProps {
    mediaUploadInstance: MediaGallery;
}
