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

 #### Import

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

 #### Component Name

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

 #### CSS

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