interface IActionsProps { onNextClick: () => void; onPrevClick: () => void; onPause: () => void; onResume: () => void; } export declare function Actions({ onNextClick, onPrevClick, onPause, onResume, }: IActionsProps): JSX.Element; export {}; //# sourceMappingURL=Actions.component.d.ts.map