import { default as React } from 'react'; import { CountdownProps } from 'antd/es/statistic/Countdown'; import { BaseComponentProps } from '../../types/common'; export interface AndStatisticsCountdownProps extends CountdownProps, BaseComponentProps { } export declare const AndStatisticsCountdown: React.FC; export default AndStatisticsCountdown; //# sourceMappingURL=index.d.ts.map