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