import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
export type IconComponent = FunctionalComponent<HTMLAttributes & VNodeProps>;
