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

 #### Import

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

 #### Component Name

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

 #### CSS

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