import React from 'react';
export declare const Modals: React.FC<{
    readonly readOnlyStudio: boolean;
}>;
