import { default as React } from 'react'; import { SkeletonLabelProps } from '../types.js'; export declare const SkeletonLabel: ({ ...rest }: SkeletonLabelProps) => React.JSX.Element;