export declare module DallEProviderLocalization {
    const namespace = "Omnia.Ux.DallEProvider";
    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;
    }
}
