import { FC } from 'react'; interface PitModuleSectioningProps { } declare const PitModuleSectioning: FC; export default PitModuleSectioning;