import { ListState, TextCharacter } from '../types'; export default function getBlockValue(list: ListState, blockKey: string): TextCharacter[] | null;