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