import { Store } from '../../lib/store'; import { IDeletedNotebook } from '@wix/quix-shared'; export declare const onPermanentlyDeleteClick: (store: Store) => (deletedNotebook: IDeletedNotebook) => void; export declare const onEmptyTrashBinClicked: (scope: any, store: Store) => () => void; export declare const onRestoreClick: (scope: any, store: Store) => (deletedNotebook: IDeletedNotebook) => void;