import { FC } from 'react'; interface PitModuleInformationProps { } declare const PitModuleInformation: FC; export default PitModuleInformation;