import React from 'react'; import { SowingWallProps } from "../../types/op-sowing-wall"; import './index.scss'; export default function SowingWall(props: SowingWallProps): React.JSX.Element;