import React from 'react'; import './index.less'; import type { DisplayProps } from './PropsType'; declare const Display: React.FC; export default Display;