import type { InputProps } from "../types"; declare const InputButton: ({ resetValue, togglePicker, style, text, textInputStyle, touchableStyle, isNullable, isCompactHiddenPickerNeeded, renderHiddenCompactIOSPicker, }: InputProps) => JSX.Element; export default InputButton;