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