// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IStrings { /** * {Locked}Error message when trying to add a Dynamic Data Source that already exists. {0} is the source id. */ 'dynamicDataManagerSourceAlreadyExists': string; /** * {Locked}Error message when refering to a Dynamic Data Source that doesn't exist. {0} is the source id. */ 'dynamicDataManagerSourceDoesntExist': string; /** * Text displayed to authors when picking the page content data source. */ 'pageContextDataSourceTitle': string; /** * {Locked}Descriptive text displayed to authors when picking the page content data source. */ 'pageContextDataSourceDescription': string; } /** * @public */ declare const strings: IStrings; export default strings;