import type { NewsroomRef } from '@prezly/sdk'; import type { MediaGalleryOptions } from '../../../modules/uploadcare'; export declare function withGalleryTabMaybe(withMediaGalleryTab: false | { enabled: boolean; newsroom: NewsroomRef; }): MediaGalleryOptions | MediaGalleryOptions;