import { OnInit } from '@angular/core'; export declare class ButtonNavSharedComponent implements OnInit { side: 'left' | 'right'; ngOnInit(): void; }