// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IDeveloperToolsStrings { /** * Error to show when the component loader function is missing in a registered DeveloperToolsTab. */ 'missingDeveloperToolsTabInitFunctionError': string; /** * Alternative/accessability text for the developer tools close button. */ 'closeDeveloperToolsAriaLabel': string; } /** * @public */ declare const strings: IDeveloperToolsStrings; export default strings;