import { ListState } from "../types"; export default function getBlockOffset(list: ListState, key: string): number | null;