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

 #### Import

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

 #### Component Name

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

 #### CSS

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