// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IFilePickerWrapperStrings { /** * [Tag:ODSP-SOX-FilePicker]Text to display in the prompt if user tries to navigate away from current page when uploading is in process. */ 'UploadWarningMessage': string; } /** * @public */ declare const strings: IFilePickerWrapperStrings; export default strings;