import type { SidebarPopoverItemProps } from '../types'; type UseLogicParams = Pick; export declare const useLogic: ({ onClick }: UseLogicParams) => { handleItemClick: () => void; }; export {};