import { ModeController } from "./index";
/**
 * Use this hook to build a color mode controller that determines
 * the theme of the CMS
 */
export declare function useBuildModeController(): ModeController;
