import { FC } from 'react'; import { DigitProps } from './Digit.types'; declare const Digit: FC; export default Digit;