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