import React from 'react'; declare type InlineControlsProps = { playColor: string; toggleFullScreen?: () => void | null; enabled?: boolean; disableKeyboard: boolean; }; export declare const InlineControls: React.FC; export {};