import { SCCustomMenu, SCCustomMenuType } from '@selfcommunity/types'; export default function useFetchMenuFooter(id: SCCustomMenu, menu?: SCCustomMenuType | null): { _menu: SCCustomMenuType; loading: boolean; };