export declare function getValueFromOption(option: any | undefined): any; export declare function getValueFromValueOptions(value: string, valueOptions?: any[]): any;