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