// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IBrowserDeveloperToolsWarningStrings { /** * Heading text to show in the browser developer tools warning the user that pasting code there is dangerous. */ 'warningHeading': string; /** * Text to show in the browser console describing that usage of the tool is potentially dangerous. */ 'warningLine1': string; /** * Text to display in the browser console showing the user where to look for more information about cross-site scripting. The {0} placeholder is a URL to a page containing more information. */ 'warningLine2': string; } /** * @public */ declare const strings: IBrowserDeveloperToolsWarningStrings; export default strings;