/**
 * 2024-09-03:  Migrated from fps-library-v2\src\common\PropPaneHelp\preconfig
 */
export interface IMinOverRideProps {
    enableForceOverRide: boolean;
    overrideByUser?: string;
    overrideTime?: string;
    overrideProps?: string;
    overrideKeys?: string[];
}
export declare const changeOverRideProps: string[];
export interface ISulWPProps {
    enableSUL: boolean;
    sUCode: string;
}
export declare const changeSULProps: string[];
//# sourceMappingURL=Interfaces.d.ts.map