import React from 'react';
export interface IVeltInlineCommentsSectionSkeletonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    defaultCondition?: boolean;
    targetElementId?: string;
}
declare const VeltInlineCommentsSectionSkeleton: React.FC<IVeltInlineCommentsSectionSkeletonProps>;
export default VeltInlineCommentsSectionSkeleton;
