export declare module LayoutBackgroundImageLocalization {
    const namespace = "Omnia.Ux.AppLayoutDefinition.LayoutBackgroundImage";
    interface locInterface {
        CropRatio: string;
        CustomRatio: string;
        DefaultScaling: string;
        ForceDefaultScaling: string;
        KeepRatio: string;
    }
}
