import { ListState, SelectionRange } from '../types'; export default function getDomRange(list: ListState): SelectionRange | null;