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