export declare class InputOption { label: string; value: string; constructor(label: string, value: string); }