export declare function useBadgesCount(filterStatus?: string, count?: number): { getBadgeCount: (status: string) => number | ""; };