import { HTMLAttributes } from 'react';
export interface SkeletonProps extends HTMLAttributes {
width?: string | number;
height?: string | number;
rounded?: boolean;
}
export declare const Skeleton: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=Skeleton.d.ts.map