export interface Option { label: string; action: () => void; } //# sourceMappingURL=model.d.ts.map