import type { ItemsType } from '../types'; export declare const CategoryName: ({ category }: { category: ItemsType; }) => import("react").JSX.Element | null; //# sourceMappingURL=Category.d.ts.map