export declare module GptImageProviderLocalization { const namespace = "Omnia.Ux.GptImageProvider"; interface locInterface { Title: string; FeatureTitle: string; FeatureDescription: string; DowloadImageFailed: string; PhotoBy: string; PhotosProviderBy: string; MaxInputLength: number; Generate: string; SelectSizePicture: string; Download: string; GenerateNewImage: string; ErrorMessage: string; ImageName: string; PromptHeader: string; PromptContent: string; PromptExample: string; Label: string; ImageStyle: string; } }