import { WidgetProps } from '../../Widget';
/**
 * > API documentation for the Community-JS Poll Snippet Skeleton component. Learn about the available props and the CSS API.

 #### Import

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

 #### Component Name

 The name `SCPollSnippetSkeleton` can be used when providing style overrides in the theme.

 #### CSS

 |Rule Name|Global class|Description|
 |---|---|---|
 |root|.SCPollSnippetSkeleton-root|Styles applied to the root element.|
 *
 */
export default function PollSnippetSkeleton(props: WidgetProps): JSX.Element;
