// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ICommonStrings { /** * {Locked}An error to show when a component fails to load after retrying the maximum amount of times allowed. {0} is the component id, {1} is the component alias, {2} is the maximum number of times. */ 'loadComponentMaxRetriesError': string; /** * {Locked}An error to show when the manifest could not be found. {0} is the component id, {1} is the component version. */ 'manifestNotFoundError': string; } /** * @public */ declare const strings: ICommonStrings; export default strings;