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