import { Euler, Object3D, Vector3 } from "three"; import { UIInput } from "./flat-ui-utils"; import { ListItem } from "./list/list.component"; import * as i0 from "@angular/core"; export declare class FlatUIInputService { method: UIInput; position: Vector3; rotation: Euler; scale: Vector3; changeinput(input: UIInput): void; closeinput(): void; shownumpad: boolean; opennumpad(object: Object3D, input: UIInput, text: string): void; showkeyboard: boolean; allowenter: boolean; openkeyboard(object: Object3D, input: UIInput, text: string): void; showpicker: boolean; opencolor(object: Object3D, input: UIInput): void; showlist: boolean; list: Array; openlist(object: Object3D, input: UIInput, list: Array, selected: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }