interface IconEntry { name: string; code: string; } declare const SVGLibrary: IconEntry[]; export { SVGLibrary }; export default SVGLibrary;