import type { StudioContextValue } from '../index'; export type { StudioAdminRoutePath, StudioPanelId, ThemeUpdates } from '../index'; export type StudioContextType = StudioContextValue; export declare const StudioContext: import("react").Context; export declare const useStudio: () => StudioContextValue; //# sourceMappingURL=StudioContext.d.ts.map