/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { OnChanges, SimpleChange } from '@angular/core';
import { CollectionChangesService, ConfigurationService } from '../services';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class CollectionItemComponent implements OnChanges {
    configurationService: ConfigurationService;
    collectionChangesService: CollectionChangesService;
    constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
    ngOnChanges(changes: {
        [propertyName: string]: SimpleChange;
    }): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CollectionItemComponent, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CollectionItemComponent, never, never, {}, {}, never, never, true, never>;
}
