/**
 * CodeAnalizerComment: Updated 4 imports on 2024-09-22 14:49:52
 * Update:: import { onFPSFilterButtonFieldChanged } to '@mikezimm/fps-core-v7/lib/components/atoms/FilterButtons/functions/onFPSFilterButtonFieldChanged;'
 * Update:: import { validateDocumentationUrl } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/ValidateLinks;'
 * Update:: import { IMinWPBannerProps } to '@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps;'
 * Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;'

 */
import { IThisFPSWebPartClass } from "@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152";
/**
 * 2024-05-11:  MAJOR CHANGE ?  WHY IS THERE thisWPClass here?  Should be thisWPClass.properties!
 * @param thisWPClass
 * @param propertyPath
 * @param oldValue
 * @param newValue
 */
export declare function onFPSPropPaneCHanged(thisWPClass: IThisFPSWebPartClass, propertyPath: string, oldValue: any, newValue: any): Promise<void>;
//# sourceMappingURL=runOnPropChange.d.ts.map