import * as React from 'react'; import { Skeleton } from '@fluentui/react-northstar'; const SkeletonExampleDefault = () => ( ); export default SkeletonExampleDefault;