import styled from "@emotion/styled"; import * as React from "react"; type Props = {}; function Cancel(props: Props) { return ( ); } export default Cancel; const Container = styled.div``;