import { IconData } from '../get-icons-data.js';

/**
 * Creates a single SVG file that contains all the icons
 */
declare function svgSpriteTemplate(iconsData: Array<IconData>): string;

export { svgSpriteTemplate };
