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