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