import type { SVGProps } from "react"; export interface SchoolIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function SchoolIcon({ className, size, color, ...props }: SchoolIconProps): import("react").JSX.Element; //# sourceMappingURL=school-icon.d.ts.map