import React from "react"; import Reanimated from "react-native-reanimated"; declare const KeyboardChatScrollView: React.ForwardRefExoticComponent<{ ScrollViewComponent?: import("../ScrollViewWithBottomPadding").AnimatedScrollViewComponent; inverted?: boolean; offset?: number; keyboardLiftBehavior?: import("./hooks").KeyboardLiftBehavior; freeze?: boolean; extraContentPadding?: import("react-native-reanimated").SharedValue; applyWorkaroundForContentInsetHitTestBug?: boolean; blankSpace?: import("react-native-reanimated").SharedValue; } & import("react-native").ScrollViewProps & { children?: React.ReactNode | undefined; } & React.RefAttributes>; export default KeyboardChatScrollView;