export interface IIconProps { name: string; size?: string; color?: string; } declare const _sfc_main: import("vue").DefineComponent, {}>; export default _sfc_main;