import { OnChanges, SimpleChanges } from '@angular/core'; import { DropdownNavigationItem } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class ODropdownNavigationComponent implements OnChanges { dataTarget: string; title: string; iconLeft: string; iconRight: string; isAnimatedIconLeft: boolean; isAnimatedIconRight: boolean; dropNavItems: DropdownNavigationItem[]; isPositionRight: boolean; isBordered: boolean; customClasses: string; ariaLabel: string; hasChildren: boolean; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }