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