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