type HomeProps = {
    isAuthenticated: boolean;
    agentsLoading: boolean;
    hasAgents: boolean;
};
export declare const Home: React.FC<HomeProps>;
export {};
