import { default as React } from 'react'; export type SkeletonTagProps = { /** * className for the element. */ className?: string; /** * The width of the element. */ width?: string; }; export declare const SkeletonTag: ({ className, width }: SkeletonTagProps) => React.JSX.Element; //# sourceMappingURL=SkeletonTag.d.ts.map