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