import { CommandProps } from '@tiptap/react'; export declare function commonToggleList({ props, editor, options, name, }: { props: CommandProps; editor: any; options: Record; name: string; }): boolean;