import type { Player } from '../@types/Lottie.types';
export declare const onMediaControlAction: (player: Player, action: 'play' | 'pause') => void;
