type NulogyLogoContainerProps = { subText?: string; height?: string; }; /** @deprecated The BrandedNavBar component is deprecated. Use the Navigation component instead. */ export declare const NulogyLogoContainer: ({ subText, height }: NulogyLogoContainerProps) => import("react/jsx-runtime").JSX.Element; export {};