import React from 'react'; /** * A toolbar toggle that allows the user to toggle between bulleted and numbered lists. * Pressing the selected button will convert the current list to the other type. Pressing it again will remove the list. * For this button to work, you need to have the `listsPlugin` plugin enabled. */ export declare const ListsToggle: React.FC;