import type { FunctionalComponent } from 'vue'; import type { ButtonProps } from '../button'; declare const PickerButton: FunctionalComponent; export default PickerButton;