import { ResourcesBlockConsumablesComponent } from '../resources-block-consumables'; import { ResourcesBlockPartComponent } from '../resources-block-part'; import { ResourcesBlockToolboxComponent } from '../resources-block-toolbox'; import { Resource, UtilitySubject } from '@cuby-ui/api'; export declare const COMPONENTS_CONTENT: { CONSUMABLES: typeof ResourcesBlockConsumablesComponent; TOOLBOX: typeof ResourcesBlockToolboxComponent; PART: typeof ResourcesBlockPartComponent; }; export interface ResourceDeleteOutput { readonly resources: UtilitySubject[]; readonly container: Resource; }