import React from "react";
import type { KeyboardChatScrollViewProps, KeyboardChatScrollViewRef } from "./types";
declare const KeyboardChatScrollView: React.ForwardRefExoticComponent<React.PropsWithChildren<KeyboardChatScrollViewProps> & React.RefAttributes<KeyboardChatScrollViewRef>>;
export default KeyboardChatScrollView;
