import type { CnPickerProps } from './index';
export declare function prompt(props: Omit<CnPickerProps, 'value' | 'visible' | 'children'>): Promise<CnPickerValue[]>;
