import { Icon } from './types'; declare const toIcon: ({ content, attributes, }: { content: string; attributes: Record; }) => Icon; export default toIcon;