/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import React, { type MemoExoticComponent } from 'react';
import { type PrimaryItemsContainerSkeletonProps } from './types';
export declare const PrimaryItemsContainerSkeleton: MemoExoticComponent<({ count }: PrimaryItemsContainerSkeletonProps) => React.JSX.Element>;
