export declare const useTrashModal: () => { isTrashedModalOpen: boolean; onTrashedCancel: () => void; };