import { FC } from 'react'; interface pitModuleSectionAxisProps { } declare const pitModuleSectionAxis: FC; export default pitModuleSectionAxis;