/// type FactionNameProps = { isRadiant: boolean; }; export declare function FactionName({ isRadiant }: FactionNameProps): JSX.Element; export {};