import React from 'react'; interface Props { readOnly: boolean; path: any[]; children: React.ReactNode; } export declare function PresenceScope(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=PresenceScope.d.ts.map