import { PickerColumn } from './type';
export declare const isMultipleArray: (arr: PickerColumn | PickerColumn[]) => boolean;
export declare const getPickerColumns: (columns: any) => PickerColumn[];
