import { ArticleProps } from '../entertainment/article/article.types'; export declare const renderArticleSkeletonLoader: (quantity?: number, articleProps?: ArticleProps) => import("@emotion/react/jsx-runtime").JSX.Element[];