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

 #### Import

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

 #### Component Name

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

 #### CSS

 |Rule Name|Global class|Description|
 |---|---|---|
 |root|.SCLoyaltyProgramWidget-skeleton-root|Styles applied to the root element.|
 |title|.SCLoyaltyProgramWidget-title|Styles applied to the title element.|
 |content|.SCLoyaltyProgramWidget-content|Styles applied to the card content section.|
 |chip|.SCLoyaltyProgramWidget-chip|Styles applied to the card chip element.|
 |points|.SCLoyaltyProgramWidget-points|Styles applied to the card actions points element.|
 |actions|.SCLoyaltyProgramWidget-actions|Styles applied to the action section.|
 *
 */
export default function LoyaltyProgramWidgetSkeleton(): JSX.Element;
