type DefaultLight = boolean | "default" | "studio" | "dynamic" | string;
export declare const setDefaultLight: import("@lincode/reactivity").SetGlobalState<DefaultLight>, getDefaultLight: import("@lincode/reactivity").GetGlobalState<DefaultLight>;
export {};
