import { VNode } from 'vue'; export declare const genPickerButton: (emit: any, propsValue: any, value: any, updateName: any, content: any, readonly?: boolean, staticClass?: string) => VNode;