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