/**
 * 2024-09-03:  Migrated from fps-library-v2\src\common\PropPaneHelp\preconfig
 */
import { IAllPreConfigSettings, ISitePreConfigProps, IPreConfigColorClassName } from "./IPreConfig";
export declare function getThisSitesPreConfigProps(PreConfiguredProps: IAllPreConfigSettings, thisProps: any, serverRelativeUrl: string): ISitePreConfigProps;
export declare function getPropColorClass(actualProp: any, testProp: any, notEqualClass: IPreConfigColorClassName, defValue?: IPreConfigColorClassName): IPreConfigColorClassName;
//# sourceMappingURL=getThisSitesPreConfigProps.d.ts.map