import React from 'react'; export declare function ListToolbarButton({ nodeType, }: { nodeType?: string; }): React.JSX.Element;