import { type ElementType, type ReactElement } from 'react'; import { type SpiritSkeletonShapeProps } from '../../types'; declare const SkeletonShape: { (props: SpiritSkeletonShapeProps): ReactElement; spiritComponent: string; }; export default SkeletonShape;