import { LitElement } from 'lit'; export declare class EprMultiSelection extends LitElement { labelText: string; options: string; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'epr-multi-select': EprMultiSelection; } }