import React from 'react'; import { ControlButtonProps } from './types'; declare const ControlButton: ({ isNext, onClick, ...otherProps }: ControlButtonProps) => React.JSX.Element; export { ControlButton };