import { I as IconPrerenderPluginOptions } from '../types-7765a87d.js'; import { AstroIntegration } from 'astro'; interface AstroIconPrerenderIntegrationOptions extends IconPrerenderPluginOptions { } /** * Astro integration to replace icons with the actual SVG element at build time. */ declare function icons(options?: AstroIconPrerenderIntegrationOptions): AstroIntegration; export { AstroIconPrerenderIntegrationOptions, icons as default };