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