import * as React from 'react'; import type { ButtonProps } from '../button'; declare const PickerButton: React.FC>; export default PickerButton;