import React from 'react'; import { WardType } from './common'; type WardIconProps = { wardType: WardType; isRadiant?: boolean; } & Omit, 'viewBox'>; export declare function WardIcon(props: WardIconProps): JSX.Element | null; export {};