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