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