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

 #### Import

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

 #### Component Name

 The name `SCUserProfileEditSectionSettingsSkeleton` can be used when providing style overrides in the theme.

 #### CSS

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