import { PickerOptions } from './types'; export declare function getOptions(options?: Partial): PickerOptions;