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