import React from 'react'; import { TooltipProps } from '@arco-design/web-react'; export declare function Help(props: TooltipProps & Partial<{ style: Partial; }> & { title: React.ReactNode; }): React.JSX.Element;