import React from 'react'; import { ListStyleType } from '@udecode/plate-indent-list'; import { ToolbarButtonProps } from './toolbar'; export declare function IndentListToolbarButton({ nodeType, }: ToolbarButtonProps & { nodeType?: ListStyleType; }): React.JSX.Element;