import type CoolIcon from './index.vue'

export type CoolIconInstance = InstanceType<typeof CoolIcon>
