export declare const ListsUI: { BulletedList: { 'bulleted-list': { render: (props: import("@yoopta/editor/dist/plugins/types.js").PluginElementExtendRenderProps) => import("react/jsx-runtime").JSX.Element; }; }; NumberedList: { 'numbered-list': { render: (props: import("@yoopta/editor/dist/plugins/types.js").PluginElementExtendRenderProps) => import("react/jsx-runtime").JSX.Element; }; }; TodoList: { 'todo-list': { render: (props: import("@yoopta/editor/dist/plugins/types.js").PluginElementExtendRenderProps) => import("react/jsx-runtime").JSX.Element; }; }; }; //# sourceMappingURL=index.d.ts.map