import { default as Icon } from './icon.vue'; export interface IconProps { icon: string; nodeType?: string; fontSize?: string | number; color?: string; fill?: number; isDisabled?: boolean; ariaLabel?: string; dataTest?: string; } export type IconInstance = InstanceType;