/** * IANA timezone (e.g. the org's `America/Mexico_City`) used to render * datetime/timestamp cells. `undefined` outside a provider → renderers fall * back to the viewer's browser zone (legacy behaviour). */ export declare const TimeZoneContext: import("react").Context; /** Reads the nearest org timezone (undefined outside a provider). */ export declare const useTimeZone: () => string | undefined; /** * Org ISO-4217 currency (org config, like the timezone) used as the fallback * for money cells/fields that don't carry an explicit per-column currency. * `undefined` outside a provider → renderers fall back to 'USD'. */ export declare const CurrencyContext: import("react").Context; /** Reads the nearest org currency (undefined outside a provider). */ export declare const useCurrency: () => string | undefined; //# sourceMappingURL=org-runtime-context.d.ts.map