export declare function getStorageElement(): HTMLElement | null; export declare function createStorageElement(initialIcons?: Record): void; export declare function storeRuntimeIcon(iconId: string, symbolSvg: string): void; export declare function createStorageHtml(initialIcons?: Record): string;