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