import React from 'react';
declare function ResetControlFactory(): ({ showAnimationWindowControl, resetAnimation, btnStyle, playbackIcons, buttonHeight }: {
    showAnimationWindowControl: any;
    resetAnimation: any;
    btnStyle: any;
    playbackIcons: any;
    buttonHeight: any;
}) => React.JSX.Element | null;
export default ResetControlFactory;
