import React from 'react'; import type { SaasDevicePlanningProps } from './types'; import './index.less'; declare const SaasDevicePlanning: React.FC; export default SaasDevicePlanning;