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

 #### Import

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

 #### Component Name

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

 #### CSS

 |Rule Name|Global class|Description|
 |---|---|---|
 |root|.SCGroupHeader-skeleton-root|Styles applied to the root element.|
 |avatar|.SCGroupHeader-avatar|Styles applied to the avatar element.|
 |cover|.SCGroupHeader-cover|Styles applied to the cover element.|
 |info|.SCGroupHeader-info|Styles applied to the info info.|
 *
 */
declare function GroupHeaderSkeleton(): JSX.Element;
export default GroupHeaderSkeleton;
