export declare const MediaManagerScreenPlugin: import("../react-screens").ScreenPlugin<{
    allowDelete: boolean;
}>;
