import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltConfirmDialogApproveButtonWireframeProps extends IVeltWireframeCommonProps {
}
declare const VeltConfirmDialogApproveButtonWireframe: React.FC<IVeltConfirmDialogApproveButtonWireframeProps>;
export default VeltConfirmDialogApproveButtonWireframe;
