import { FC } from 'react'; export declare const Tip: FC<{ tipKey: string; side?: 'left' | 'right'; alwaysOn?: boolean; asButton?: boolean; }>;