import React from "react"; /** * Default entry view for the CMS under the path "/" * This component takes navigation as an input and renders cards * for each entry, including title and description. * @group Components */ export declare function FireCMSCloudHomePage(): React.JSX.Element;