import { FC } from 'react'; interface PitModuleSetUpProps { bimwin?: any; type?: string; changeColor?(color?: any): void; } declare const PitModuleSetUp: FC; export default PitModuleSetUp;