import { FC } from "react";
import "./index.less";
export declare type ZEHotsProps = {
    onClick?: (word: string) => void;
};
declare const ZEHots: FC<ZEHotsProps>;
export default ZEHots;
