export declare module MyComputerProviderLocalization {
    const namespace = "Omnia.Ux.MyComputerProvider";
    interface locInterface {
        Title: string;
        FeatureTitle: string;
        New7FeatureDescription: string;
        TransformComponentTitle: string;
        DownloadingFile: string;
        ErrorLoadingImage: string;
    }
}
