/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/LockProps...
 */
export interface IMinLockProps {
    enableLockProps: boolean;
    lockedByUser?: string;
    lockedTime?: string;
    lockedMess1?: string;
    lockedMess2?: string;
    lockedMess3?: string;
    lockedHTML1?: string;
}
export declare const changeLockProps: string[];
//# sourceMappingURL=Interfaces.d.ts.map