import {CommonProps} from '../../common/types'; import * as React from 'react'; import {AdventurerNeutralType} from '../utils/types'; interface AdventureNeutralProps { defaultAvatar?: AdventurerNeutralType; backgroundColorList?: Array; } declare const AdventureNeutral: React.FunctionComponent; export default AdventureNeutral;