import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import { ElementType } from 'react'; import { SkeletonProps } from './Skeleton.types.js'; import '@imwebme/clay-token'; import '../utilities/Clay/Clay.types.js'; import '@emotion/react'; import '../types.js'; declare const Skeleton: ({ sx, duration, height, width, rounded, variation, ...props }: SkeletonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; export { Skeleton, SkeletonProps };