declare const loadSprite: (icon: { type: string; content: string; }) => void; export default loadSprite;