import { PresentationService } from '../core/presentation.service';
export declare class MenuToggleIconComponent {
    private readonly presentation;
    constructor(presentation: PresentationService);
    toggleSideNav(event: MouseEvent): void;
}
