// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ILoaderStrings { /** * {Locked}A log message to show when a component starts loading. {0} is the component id, {1} is the component alias. */ 'loadComponentLog': string; /** * {Locked}A log message to show when a component finishes loading. {0} is the component id, {1} is the component alias. */ 'loadComponentEndLog': string; /** * {Locked}A log message to show when loadComponent() is going to retry to load the component. {0} is the component id, {1} is the component alias, {2} is the current number of retry, {3} is the maximum number of retries. */ 'loadComponentRetryLog': string; /** * {Locked}A log message to show when a path dependency starts loading. {0} is the path dependency name, {1} is the component id, {2} is the component alias. */ 'loadPathDependencyLog': string; /** * {Locked}Error to show when the Validate.isNotNullOrUndefined() is called on an undefined value. The {0} placeholder is the input's variable name. */ 'isUndefinedValidateError': string; } /** * @public */ declare const strings: ILoaderStrings; export default strings;