/// <reference types="react" />
import { CommonProps } from "./common-props";
export default function KeyboardAvoiderInsets({ animationEasing, animationTime, extraSpace }: CommonProps): JSX.Element;
