import type { IconLibrary } from './library.js'; export declare const icons: { [key: string]: { [key: string]: string; }; }; declare const systemLibrary: IconLibrary; export default systemLibrary;