export default function ShirtPolo(props: {
    color?: string;
    lightColor?: string;
}): JSX.Element;
