import * as i0 from '@angular/core'; import * as i1$1 from '@angular/common'; import * as i1 from '@daffodil/design'; /** * Navbar is a flexible and extensible component that provides a container for navigation elements. */ declare class DaffNavbarComponent { /** * Whether the navbar should have an elevated appearance with a shadow effect. */ elevated: i0.InputSignal; /** * Whether the navbar should have a blurred background effect. */ blurred: i0.InputSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * @deprecated in favor of {@link DAFF_NAVBAR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0. */ declare class DaffNavbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /** * @docs-private */ declare const DAFF_NAVBAR_COMPONENTS: readonly [typeof DaffNavbarComponent]; export { DAFF_NAVBAR_COMPONENTS, DaffNavbarComponent, DaffNavbarModule };