export function ContextMenu({ children, items }: { children: any; items: any; }): any;