import { MixmotionPlayerProps } from '../types';
import { default as React } from 'react';

export declare const MixmotionPlayerUI: React.FC<MixmotionPlayerProps>;
