import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IHistory } from '@wix/quix-shared'; export declare const onHistoryClick: (scope: any, store: Store, app: App) => (history: IHistory) => void;