import type { SubCategoryType } from '../types'; export declare const SubCategory: ({ subCategory }: { subCategory: SubCategoryType; }) => import("react").JSX.Element; //# sourceMappingURL=SubCategory.d.ts.map