export function ProfileCardBase(props: any): JSX.Element; export namespace ProfileCardBase { namespace propTypes { const children: PropTypes.Validator; const style: PropTypes.Requireable; const className: PropTypes.Requireable; } const displayName: string; } export default ProfileCardBase; import PropTypes from "prop-types"; //# sourceMappingURL=ProfileCardBase.d.ts.map