export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"flexGrow" | "card">; /** * Default entry view for the CMS under the path "/" * This components takes navigation as an input and renders cards * for each entry, including title and description. * @constructor * @category Components */ export declare function FireCMSHomePage(): import("@emotion/react/jsx-runtime").JSX.Element;