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