import React from 'react';
import { FlapDigitProps } from '../types';
declare const FlapDigit: React.FC<FlapDigitProps>;
export default FlapDigit;
