import { PickerColumnItem } from '../picker-view';
export declare const defaultRenderLabel: (item: PickerColumnItem) => import("react").ReactNode;
