import PropTypes from 'prop-types'; declare const propTypes: { isAlreadyEngaged: PropTypes.Requireable; isRandom: PropTypes.Requireable; userAvatarSrc: PropTypes.Requireable; onClick: PropTypes.Requireable<(...args: any[]) => any>; displayName: PropTypes.Requireable; tooltipText: PropTypes.Requireable; 'aria-label': PropTypes.Requireable; }; export declare type BattleOpponentProps = { isAlreadyEngaged?: boolean; isRandom?: boolean; userAvatarSrc?: string; onClick?: () => void; displayName: string; tooltipText?: string; 'aria-label'?: string; }; export default propTypes; //# sourceMappingURL=prop-types.d.ts.map