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