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