import { OnInit } from '@angular/core';
export declare class ProductMenuComponent implements OnInit {
    control: string;
    items: any[];
    productMenuCollapsed: boolean;
    onResize(): void;
    ngOnInit(): void;
}
