export declare const useItemHeight: (initialItemHeight: number | "auto") => readonly [number, (v: number) => void];