import PickerButton from '../PickerButton';
declare const Components: {
    button: typeof PickerButton;
};
export default Components;
