import './index.css'; import { FC, PropsWithChildren } from 'react'; import { ToolTipProps } from '../tooltip'; export declare const MyFcrToolTip: FC>; export declare const View: (props: any) => import("react").JSX.Element;