import React from 'react'; import { Statistic, Row, Col, Button, Progress, Space, } from 'antd'; const dayjs = require('dayjs'); function IceHrmProData(props) { const { count, allowed, validUntil, licenseId } = props; return ( <> ); } export default IceHrmProData;