import { IconProps } from '../types';
declare const Student: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Student;
//# sourceMappingURL=Student.d.ts.map