import React from "react";
interface UsersProps {
    className?: string;
}
export declare const Users: React.FC<UsersProps>;
export {};
//# sourceMappingURL=Users.d.ts.map