import _Picker from './picker';
import _Cascade from './cascade.vue';
import { WithInstallType } from '../shared';
import './style';
import { TdPickerProps } from './type';
export * from './type';
export declare type PickerProps = TdPickerProps;
export declare const Picker: WithInstallType<typeof _Picker>;
export declare const Cascade: WithInstallType<typeof _Cascade>;
export default Picker;
