import type { FunctorItemType } from '../interface'; declare const useFunctors: ({ funcFlatLibList }: any) => { setHoverFunctorItem: (hoverFunctorItem: FunctorItemType) => void; hoverFunctorItem: FunctorItemType | undefined; }; export { useFunctors };