import { default as React } from 'react'; import { SkeletonElementProps } from '../types.js'; export declare const SkeletonElement: ({ shape, width, height, style, className, ...rest }: SkeletonElementProps) => React.JSX.Element;