import React from 'react'; import { Count3DProps } from './interface'; declare const NumberCount3D: React.FC; export default NumberCount3D;