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