import { type HTMLAttributes } from "react"; declare const ContentSkeleton: ({ className, ...props }: HTMLAttributes) => import("react/jsx-runtime").JSX.Element; export default ContentSkeleton; //# sourceMappingURL=content-skeleton.d.ts.map