export const icon: "data:image/svg+xml,"; export const UIStrings: { /** Additional description of a Lighthouse audit that tells the user how they can remove unused CSS rules by configuring the Gatsby plugin `gatsby-plugin-purgecss` which sets up PurgeCSS */ 'unused-css-rules': string; /** Additional description of a Lighthouse audit that tells the user to use the gatsby-plugin-image component to automatically optimize image format */ 'modern-image-formats': string; /** Additional description of a Lighthouse audit that tells the user to defer loading images which are not shown on screen using the gatsby-plugin-image component */ 'offscreen-images': string; /** Additional description of a Lighthouse audit that tells the user to use gatsby-script to defer loading of non-critical third-party libraries */ 'render-blocking-resources': string; /** Additional description of a Lighthouse audit that tells the user to use Webpack Bundle Analyzer to discover JavaScript code that is not used */ 'unused-javascript': string; /** Additional description of a Lighthouse audit that tells the user to enable caching for assets (e.g. images) and artifacts that don't change between deployments */ 'uses-long-cache-ttl': string; /** Additional description of a Lighthouse audit that tells the user to use the gatsby-plugin-image component to adjust image quality */ 'uses-optimized-images': string; /** Additional description of a Lighthouse audit that tells the user to serve responsive images using the gatsby-plugin-image component with appropriate `sizes` set */ 'uses-responsive-images': string; /** Additional description of a Lighthouse audit that tells the user to use the gatsby-plugin-image component to automatically preload LCP images. "prop" is short for "property" */ 'prioritize-lcp-image': string; }; export declare let id: string; export declare let title: string;