import React from "react"; export default function beardGoatee(props: { color: string; }): React.ReactElement;