import { FC } from 'react';
import './valid.scss';
export interface UnderConstructionInfoProps {
    ModuleInfo: any;
    ModuleVersion: any;
    setUnderConstructionDetails: (x: any) => void;
}
export declare const UnderConstructionInfo: FC<UnderConstructionInfoProps>;
