/** Runtime marker shared by React-compatible context providers. */ export declare const REACT_COMPAT_PROVIDER_TYPE: unique symbol; /** Runtime marker shared by React-compatible context consumers. */ export declare const REACT_COMPAT_CONSUMER_TYPE: unique symbol; /** Runtime marker shared by Flight client references. */ export declare const REACT_CLIENT_REFERENCE_TYPE: unique symbol; //# sourceMappingURL=react-symbols.d.ts.map