import React from 'react';
export declare type CooldownTimerProps = {
    cooldownInterval: number;
    setCooldownRemaining: React.Dispatch<React.SetStateAction<number | undefined>>;
};
export declare const CooldownTimer: ({ cooldownInterval, setCooldownRemaining }: CooldownTimerProps) => JSX.Element;
//# sourceMappingURL=CooldownTimer.d.ts.map