import { LitElement } from 'lit';
import '../select/option';
declare const LitMenuItem_base: (new (...args: any[]) => import("../mixins/focusable/inderface").Focusable & LitElement) & typeof LitElement;
export declare class LitMenuItem extends LitMenuItem_base {
    static styles: import("lit").CSSResult;
    value: string;
    render(): import("lit").TemplateResult<1>;
    private _handleFocus;
}
export {};
