import { ToDo } from '../../BlockType'; export default function TodoBlock({ block }: { block: ToDo; }): import("react/jsx-runtime").JSX.Element;