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