import { Item } from "./types";
export declare function findDOMIndex(items: Item[], item: Item): number;
