import { StyleableIcon } from '../types'; import { VNode } from 'vue'; export declare function toStyledIcon(icon: StyleableIcon): () => VNode;