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