export declare type icon = { [propName:string]:string } export declare const IconType : import('vue').DefineComponent<{ name:string, size:string, color:string, }>