import type { MetaEntityBulkActionTrashKind } from './types.js'; import { UmbEntityBulkActionBase } from '../../../entity-bulk-action/index.js'; export declare class UmbTrashEntityBulkAction extends UmbEntityBulkActionBase { #private; /** * @deprecated this has been turned into a private property and cannot be used from v.18. Will be removed in v.18 */ protected get _items(): Array; /** * @deprecated this has been turned into a private property and cannot be used from v.18. Will be removed in v.18 */ protected set _items(value: Array); execute(): Promise; protected _confirmTrash(items: Array): Promise; } export { UmbTrashEntityBulkAction as api };