import type { CountDownProps } from './types.js'; declare const CpnCountDown: (props: CountDownProps) => import("react/jsx-runtime").JSX.Element; export default CpnCountDown;