export const icon: "data:image/svg+xml,"; export const UIStrings: { /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to serve modern formats like WebP. */ 'modern-image-formats': string; /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to defer loading images which are not shown on screen. */ 'offscreen-images': string; /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to automatically compress their images. */ 'uses-optimized-images': string; /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to serve appropriately sized images to different devices. */ 'uses-responsive-images': string; /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to prioritize the loading of the image that is part of the Largest Contentful Paint (LCP). */ 'prioritize-lcp-image': string; /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to provide explicit `width` and `height` for images to prevent layout shift. */ 'unsized-images': string; }; export declare let id: string; export declare let title: string;