export declare const generateUniqueId: () => string; type KeyboardBehavior = { adjustForKeyboard: boolean; clipMaxHeightToSafeArea: boolean; }; /** * Calculate keyboard adjustments based on configuration */ export declare const calculateKeyboardAdjustments: (keyboardHeight: number, behavior: KeyboardBehavior, maxAllowedHeight: number, insetsBottom: number) => { bottom: number; maxHeight: number; }; export {}; //# sourceMappingURL=index.d.ts.map