import { default as React } from 'react';
import { IconStyles } from './types';
interface SchoolIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const SchoolIcon: React.FC<SchoolIconProps>;
export default SchoolIcon;
//# sourceMappingURL=School.d.ts.map