/// <reference types="react" />
import { ViewProps } from "react-native";
export default function KeyboardAvoiderScrollSection(props: Omit<ViewProps, 'collapsable'>): JSX.Element;
