import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IFile } from '@wix/quix-shared'; export declare const onFavoriteClick: (app: App) => (favorite: IFile) => void; export declare const onLikeToggle: (store: Store) => (file: IFile) => void;