import type { TLShape, TLUsers } from '../../types';
export interface UserProps {
    userId?: string;
    users: TLUsers<TLShape>;
}
export declare function Users({ userId, users }: UserProps): JSX.Element;
//# sourceMappingURL=Users.d.ts.map