export declare module FilePickerMyComputerProviderLocalization {
    const namespace = "Omnia.Ux.FilePicker.MyComputerProvider";
    interface locInterface {
        New7WarningMessage: string;
        Title: string;
    }
}
