import React from "react"; import type { SkeletonConfig } from "../core/types/components"; export declare const LoadingSkeleton: ({ hasRandomWidth, width, height, }: SkeletonConfig) => React.ReactElement;