import type { FixedStyle, Target } from './types'; export type UseFixedStyleWithIOsKeyboardProps = { target?: Target; }; declare const useFixedStyleWithIOsKeyboard: ({ target }?: UseFixedStyleWithIOsKeyboardProps) => FixedStyle; export default useFixedStyleWithIOsKeyboard; //# sourceMappingURL=useFixedStyleWithIOsKeyboard.d.ts.map