import type { TLPage, TLShape, TLUsers } from '../../types'; interface UserIndicatorProps { page: TLPage; userId: string; users: TLUsers; meta: any; } export declare function UsersIndicators({ userId, users, meta, page, }: UserIndicatorProps): JSX.Element; export {}; //# sourceMappingURL=UsersIndicators.d.ts.map