export declare const tabs: { label: string; key: string; }[]; export declare const tabsSearchParamsMap: any; export declare const priceRangeForOnce: { label: string; value: string; }[]; export declare const priceRangeForPurchase: { label: string; value: string; }[]; export declare const profitRangeForOnce: { label: string; value: string; }[]; export declare const profitRangeForPurchase: { label: string; value: string; }[]; export declare const sortOptions: ({ label: string; value: string; valueForZy?: undefined; } | { label: string; value: string; valueForZy: string; })[];