import type { $InsetsRawState, $InsetsState, $InsetsWritableState } from "../../base/insets.plugin.js"; export interface $VirtualKeyboardRawState extends $InsetsRawState { } export interface $VirtualKeyboardState extends $InsetsState { } export interface $VirtualKeyboardWritableState extends $InsetsWritableState { } //# sourceMappingURL=virtual-keyboard.type.d.ts.map