import { CnPickerColumnItem } from './cn-picker-column-item';
export type CnPickerColumn = Array<string | CnPickerColumnItem>;
