import './actions.scss'; import { Store } from '../../lib/store'; import { App } from '../../lib/app'; import { IScope } from './actions-types'; declare const _default: (app: App, store: Store) => () => { restrict: string; template: any; scope: { type: string; context: string; permissions: string; quixActionsOptions: string; custom: string; onLikeToggle: string; onShare: string; onClone: string; onDelete: string; }; link: { pre(scope: IScope): Promise; }; }; export default _default;