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