interface CountdownTimerProps {
    remainingS: number;
    totalS: number;
}
export declare function CountdownTimer({ remainingS, totalS }: CountdownTimerProps): import("react/jsx-runtime").JSX.Element;
export {};
