import { IconProps } from '../lib';
declare function Student(props: IconProps): JSX.Element;
export default Student;
