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