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