import React from 'react'; export declare const RemotionRoot: React.FC<{ readonly children: React.ReactNode; readonly numberOfAudioTags: number; }>;