import { type InputProps } from './InputProps'; declare type InputWrapperProps = InputProps & { isOpen: boolean; onOpen: () => void; onClose: () => void; }; export declare const InputWrapper: import("@redneckz/uni-jsx").UNIComponent; export {};