/** * > API documentation for the Community-JS User Feed Skeleton Template. Learn about the available props and the CSS API. #### Import ```jsx import {UserFeedSkeleton} from '@selfcommunity/react-templates'; ``` #### Component Name The name `SCUserFeedTemplate-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCUserFeedTemplate-skeleton-root|Styles applied to the root element.| * */ export default function UserFeedSkeleton(): JSX.Element;