export declare class ListOptionsItem { name: string; active: boolean; constructor(name?: string, active?: boolean); }