export default function Item({ id, index }: { id: any; index: any; }): import("react/jsx-runtime").JSX.Element;