import React from 'react';
import type { CnSkeletonParagraphProps } from './types';
declare const SkeletonParagraph: React.FC<CnSkeletonParagraphProps>;
export default SkeletonParagraph;
