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