import { Button } from '@wordpress/components'; import { Action } from '../Elements'; const ControlButton = ( { type = 'secondary', isBusy, onClick, buttonLabel, } ) => ( ); export default ControlButton;