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