import type { InputRef as LynxInputRef } from '@byted-doubao-apps/components'; import type { InputProps as TaroInputProps } from '@tarojs/components'; export declare const Input: (props: TaroInputProps & import("react").RefAttributes) => React.ReactElement | null; //# sourceMappingURL=index.d.ts.map