import React from 'react'; import { PlateElementProps, Value } from '@udecode/plate-common'; import { TTodoListItemElement } from '@udecode/plate-list'; export type TodoListElementProps = PlateElementProps; export declare function TodoListElement({ className, children, ...props }: TodoListElementProps): React.JSX.Element;