import { GroupItemHandler } from "./GroupItemHandler";
import { ClipartItem } from "@aurigma/design-atoms-model/Product/Items";
export declare class ClipartItemHandler extends GroupItemHandler {
    get item(): ClipartItem;
    protected _onItemPropertyChanged(sender: ClipartItem, propertyName: string): void;
}
