import React from 'react'; import { TooltipProps } from 'antd/lib/tooltip'; export declare function Help(props: TooltipProps & Partial<{ style: Partial; }>): JSX.Element;