// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IPropertyPaneThumbnailStrings { /** * [Tag:ODSP-SOX-ThumbnailPicker] The text around spinner while uploading the image. */ 'PropertyPaneUploadingImageText': string; /** * [Tag:ODSP-SOX-ThumbnailPicker] The text of the button which is used to launch file or icon picker for changing the image/icon of the item. */ 'PropertyPaneChangeButtonLabel': string; /** * [Tag:ODSP-SOX-ThumbnailPicker] The hint text of the change button. */ 'PropertyPaneChangeImageButtonDescription': string; /** * [Tag:ODSP-SOX-ThumbnailPicker] The aria label of the change button. */ 'PropertyPaneChangeImageButtonAriaLabel': string; /** * The text of the button which is used to delete the image/icon of the item. */ 'PropertyPaneDeleteButtonLabel': string; /** * The hint text of the delete button. */ 'PropertyPaneDeleteImageButtonDescription': string; /** * [Tag:ODSP-SOX-ThumbnailPicker] The aria label of the delete button. */ 'PropertyPaneDeleteImageButtonAriaLabel': string; /** * [Tag:ODSP-WEX-IconPicker] The hint text of the change button. */ 'PropertyPaneChangeIconButtonDescription': string; /** * [Tag:ODSP-WEX-IconPicker] The aria label of the change button. */ 'PropertyPaneChangeIconButtonAriaLabel': string; /** * [Tag:ODSP-WEX-IconPicker] The hint text of the delete button. */ 'PropertyPaneDeleteIconButtonDescription': string; /** * [Tag:ODSP-WEX-IconPicker] The aria label of the delete button. */ 'PropertyPaneDeleteIconButtonAriaLabel': string; } /** * @public */ declare const strings: IPropertyPaneThumbnailStrings; export default strings;