interface ProjectShareManagerProps { projectId: string | null; /** Whether the managed remote tunnel is connected and can mint shares. */ ready: boolean; } /** * Owner-only manager for managed project shares: create a per-project share * link, list active shares, copy their URLs, and revoke them. */ export declare const ProjectShareManager: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=ProjectShareManager.d.ts.map