import * as React from "react" const GasStation = ({ className, title }: { className?: string; title?: string }) => ( ) export default GasStation;