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