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