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

 #### Import

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

 #### Component Name

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

 #### CSS

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