import { type FC } from 'react'; import './style.less'; import type { IdentificationNumberProps } from './interface'; declare const IdentificationNumber: FC; export default IdentificationNumber;