import { AnyFunction, NgtObjectProps, NgtObjectPropsState, NumberInput, Ref } from '@angular-three/core'; import { QueryList, TemplateRef } from '@angular/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtSobaFloatContent { templateRef: TemplateRef<{ group: Ref; }>; constructor(templateRef: TemplateRef<{ group: Ref; }>); static ngTemplateContextGuard(dir: NgtSobaFloatContent, ctx: any): ctx is { group: Ref; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export interface NgtSobaFloatState extends NgtObjectPropsState { innerGroup: Ref; speed: number; rotationIntensity: number; floatIntensity: number; } export declare class NgtSobaFloat extends NgtObjectProps { set speed(speed: NumberInput); set rotationIntensity(rotationIntensity: NumberInput); set floatIntensity(floatIntensity: NumberInput); content?: NgtSobaFloatContent; children: QueryList; private readonly offset; get innerGroup(): Ref; protected preInit(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaFloatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }