/** * This progressive enhancement uses an experimental API, it might change, * and at the time of authoring is not supported on iOS or mobile Firefox. * @see https://developer.mozilla.org/en-US/docs/Web/API/VirtualKeyboard * @param open - Controls whether the virtual keyboard should overlay content */ export declare function useVirtualKeyboard(open: boolean): void; //# sourceMappingURL=useVirtualKeyboard.d.ts.map