import { WidgetProps } from '../Widget';
/**
 * > API documentation for the Community-JS User Skeleton component. Learn about the available props and the CSS API.

 #### Import

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

 #### Component Name

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

 #### CSS

 |Rule Name|Global class|Description|
 |---|---|---|
 |root|.SCUser-skeleton-root|Styles applied to the root element.|
 *
 */
export default function UserSkeleton(props: WidgetProps): JSX.Element;
