import { VNode } from "vue"; declare type IconType = string | VNode; export declare const getIcon: (Icon: IconType) => VNode | undefined; export {};