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