interface IconEntry { name: string; code: string; } declare const SVGLibrary: IconEntry[]; export declare const CMSSVG: (type: string) => string; export { SVGLibrary }; export default SVGLibrary;