/// export declare function SelectPickerH5({ isShow, close }: { isShow?: boolean; close: any; }): JSX.Element;