/**
 * > API documentation for the Community-JS PrivateMessageThreadItem Skeleton component. Learn about the available props and the CSS API.

 #### Import

 ```jsx
 import {PrivateMessageThreadItemSkeleton} from '@selfcommunity/react-ui';
 ```

 #### Component Name

 The name `SCPrivateMessageThreadItem-skeleton-root` can be used when providing style overrides in the theme.

 #### CSS

 |Rule Name|Global class|Description|
 |---|---|---|
 |root|.SCPrivateMessageThreadItem-skeleton-root|Styles applied to the root element.|
 |list|.SCPrivateMessageThreadItem-list|Styles applied to the list element.|
 *
 */
export default function PrivateMessageThreadItemSkeleton(props: any): JSX.Element;
