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