import { OnInit } from '@angular/core'; export declare class DropdownItemComponent implements OnInit { constructor(); theContent: string; ngOnInit(): void; }