/// <reference types="react" />
import { QueryStoreItem } from '@graphiql/toolkit';
export declare function QueryHistory(): JSX.Element;
declare type QueryHistoryItemProps = {
    item: QueryStoreItem;
};
export declare function QueryHistoryItem(props: QueryHistoryItemProps): JSX.Element;
export {};
//# sourceMappingURL=QueryHistory.d.ts.map