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