export declare const SubcategorySection: ({ title, description, children, }: { title: string; description: string; children: React.ReactNode; }) => import("react").JSX.Element; //# sourceMappingURL=SubcategorySection.d.ts.map