/// export default function Custom({ items }: { items: { [key: string]: any; }; }): JSX.Element;