import { IDeletedNotebook } from '@wix/quix-shared'; import { RowConfig } from '../../lib/ui/components/table/TableRow'; export declare const trashBinTableFields: (onPermanentlyDeleteClicked: any, onRestoreClicked: any) => RowConfig[];