import { FC } from 'react';
import { CountdownProps } from './types.cjs';
export declare const Countdown: FC<CountdownProps>;
