import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class MenuItem implements ComponentInterface { $el: HTMLElement; isActive: boolean; getActiveStatus(): boolean; render(): any; }