import { jsx } from '@emotion/react';
import { PrimaryItemsContainerSkeletonProps } from './types';
export declare const PrimaryItemsContainerSkeleton: ({ count, }: PrimaryItemsContainerSkeletonProps) => jsx.JSX.Element;
