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