import React from "react"; declare type ICategory = { _id: string; order: string; code?: string; name: string; }; export declare const generateCategoryOptions: (categories: ICategory[], currentCategoryId?: string | undefined) => React.ReactNode[]; export {}; //# sourceMappingURL=category.d.ts.map