// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ILoadingOrErrorModuleStrings { /** * Text to show when a developer tools tab is loading. */ 'developerToolsTabLoadingText': string; /** * Error text to show when a developer tools fails to load for an unknown reason. */ 'developerToolsTabLoadingUnknownError': string; } /** * @public */ declare const strings: ILoadingOrErrorModuleStrings; export default strings;