import React from 'react'; export declare const LoopToggle: React.FC<{ readonly loop: boolean; readonly setLoop: React.Dispatch>; }>;