import { ResourcesBlockPartComponent } from '../resources-block'; import { Resource } from '@cuby-ui/api'; import { ResourcesBlockConsumablesComponent } from '../resources-block/components/resources-block-consumables'; import { ResourcesBlockToolboxComponent } from '../resources-block/components/resources-block-toolbox'; import { 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; }