import type { CustomizationController } from "@rebasepro/cms-types"; /** * Use this hook to retrieve the customization controller. * This hook includes all the customization options that can be used * to customize the admin. * * You will likely not need to use this hook directly. * * @group Hooks and utilities */ export declare const useCustomizationController: () => CustomizationController;