import type { FunctionalComponent } from 'vue'; import type { ButtonProps } from 'ant-design-vue'; declare const PickerButton: FunctionalComponent; export default PickerButton;