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