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