export interface IDateTimeStrings { L_RelativeDateTime_AFewSecondsFuture: string; L_RelativeDateTime_AFewSeconds: string; L_RelativeDateTime_AboutAMinuteFuture: string; L_RelativeDateTime_AboutAMinute: string; L_RelativeDateTime_XMinutesFuture: string; L_RelativeDateTime_XMinutes: string; L_RelativeDateTime_XMinutesFutureIntervals: string; L_RelativeDateTime_XMinutesIntervals: string; L_RelativeDateTime_AboutAnHourFuture: string; L_RelativeDateTime_AboutAnHour: string; L_RelativeDateTime_Tomorrow: string; L_RelativeDateTime_Yesterday: string; L_RelativeDateTime_TomorrowAndTime: string; L_RelativeDateTime_YesterdayAndTime: string; L_RelativeDateTime_XHoursFuture: string; L_RelativeDateTime_XHours: string; L_RelativeDateTime_XHoursFutureIntervals: string; L_RelativeDateTime_XHoursIntervals: string; L_RelativeDateTime_DayAndTime: string; L_RelativeDateTime_XDaysFuture: string; L_RelativeDateTime_XDays: string; L_RelativeDateTime_XDaysFutureIntervals: string; L_RelativeDateTime_XDaysIntervals: string; L_RelativeDateTime_Today: string; } export interface IRteStrings { SyncFusionRichTextCulture: string; FileTooLargeDialog: { FileTooLargeDialogTitle: string; FileTooLargeDialogSubTitle(maxImageSize: number): string; UploadInSharePointButtonText: string; RetryButtonText: string; }; DragAndDropDisabledDialog: { DragAndDropDisabledDialogTitle: string; DragAndDropDisabledDialogSubTitle: string; UploadInSharePointButtonText: string; CancelButtonText: string; }; ProgressDialog: { FileIsBeingUploadedTitle: string; FileIsBeingUploadedSubTitle: string; }; CustomToolItems: { ImagePickerToolTip: string; VideoPickerToolTip: string; ImageReplacePickerToolTip: string; VideoReplacePickerToolTip: string; }; ControlDialog: { ImageLabel: string; VideoLabel: string; ReplaceImageLabel: string; ReplaceVideoLabel: string; BrowseButtonLabel: string; DropImageHere: string; DropVideoHere: string; WebLinkMessage: string; EmbeddedChoice: string; WebChoice: string; PasteUrlHere: string; PasteEmbeddedCodeHere: string; Insert: string; Cancel: string; }; DateTime: IDateTimeStrings; SendEmailTo: string; StartChatWith: string; Contact: string; UpdateProfile: string; CancelButtonLabel: string; AddFileButtonLabel: string; ChangeFileLinkLabel: string; ChooseFileLinkLabel: string; CopyrightUrl: string; CopyrightWarning: string; CreativeCommonsMessage: string; DateFormat: string; DocumentLabelTemplate: string; DocumentLibraries: string; EditedByNamePlate: string; EmptyFileSize: string; FilePickerHeader: string; FileSizeField: string; FolderAltText: string; FolderBackPlate: string; FolderFrontPlate: string; FolderIconUrl: string; FolderLabelTemplate: string; FromLinkLinkLabel: string; ImageAltText: string; ImageAriaLabelTemplate: string; LayoutOptionAll: string; LayoutOptionSquare: string; LayoutOptionTall: string; LayoutOptionWide: string; LearnMoreLink: string; LicenseOptionAll: string; LicenseOptionAny: string; LinkFileInstructions: string; LinkHeader: string; ListLayoutAriaLabel: string; ListLayoutCompact: string; ListLayoutCompactDescription: string; ListLayoutList: string; ListLayoutListDescrition: string; ListLayoutTile: string; ListLayoutTileDescription: string; ListOptionsAlt: string; ListOptionsTitle: string; Loading: string; ModifiedByField: string; ModifiedField: string; NameField: string; No: string; ProvidedValueIsInvalid: string; NoExternalLinksValidationMessage: string; NoRecentFiles: string; NoRecentFilesDescription: string; NoResultsBadEnglish: string; ODPhotoIconUrl: string; OneDriveEmptyFolderAlt: string; OneDriveEmptyFolderDescription: string; OneDriveEmptyFolderIconUrl: string; OneDriveEmptyFolderTitle: string; OneDriveRootFolderName: string; OpenButtonLabel: string; PhotoIconUrl: string; OrgAssetsTabLabel: string; PoweredByBing: string; RecentDocumentsHeader: string; RecentLinkLabel: string; SearchBoxPlaceholder: string; SearchResultAlt: string; SearchResultAriaLabel: string; Selected: string; SiteLinkLabel: string; SizeOptionAll: string; SizeOptionExtraLarge: string; SizeOptionLarge: string; SizeOptionMedium: string; SizeOptionSmall: string; SizeUnit: string[]; SortedAscending: string; SortedDescending: string; TypeAriaLabel: string; UploadFileHeader: string; UploadLinkLabel: string; WebSearchLinkLabel: string; StockImagesLinkLabel: string; OrgAssetsLinkLabel: string; ListItemAttachmentslPlaceHolderButtonLabel: string; }