/// import { SkeletonElementProps } from './iSkeleton'; declare const Element: (props: SkeletonElementProps) => JSX.Element; export default Element;