import { ISkeletonProps } from './types'; declare const Skeleton: ({ className, id, size, style, type, borderRadius, hasAnimation, animationDuration, asType: Component, }: ISkeletonProps) => import("react/jsx-runtime").JSX.Element; export default Skeleton; //# sourceMappingURL=Skeleton.d.ts.map