import { Input, InputProps } from '@rn-vui/base/dist/Input/Input';
export { Input };
export type { InputProps };
declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<InputProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<InputProps>>>;
export default _default;
