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