import React from "react";
import type { OverKeyboardViewProps } from "../../types";
import type { PropsWithChildren } from "react";
declare const OverKeyboardView: ({ children, visible, }: PropsWithChildren<OverKeyboardViewProps>) => React.JSX.Element;
export default OverKeyboardView;
