import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const KIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default KIcon;
