import { IsomorphicEvent } from '@aracna/web'; export interface ListBoxOptionSelectEventDetail { value?: any; } export declare class ListBoxOptionSelectEvent extends IsomorphicEvent { constructor(value: any); }