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

 #### Import

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

 #### Component Name

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

 #### CSS

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