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