import { FC } from 'react';
import { ToggleTipProps } from './types';
export declare const ToggleTip: FC<ToggleTipProps>;
