export type StudioViewProps = { projectId: string; region: string; readonly: boolean; isGeneratingNewProject: boolean; }; export declare function StudioView(props: StudioViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=studio-view.d.ts.map