import { SelectableValue } from '../types/select'; export declare const toOption: (value: string) => SelectableValue;