export type THTMLCollectionListener<T> = (details: {
    index?: number;
    item?: T;
    propertyName?: string;
    propertyValue?: any;
}) => void;
//# sourceMappingURL=THTMLCollectionListener.d.ts.map