type Props = { onShow: () => void; onHide: () => void; }; export default function useIsKeyboardShown({ onShow, onHide }: Props): void; export {}; //# sourceMappingURL=useIsKeyboardShown.d.ts.map