import { NgtObjectProps, NgtObjectPropsState, NumberInput, Ref } from '@angular-three/core'; import { TemplateRef } from '@angular/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export interface NgtSobaBackdropState extends NgtObjectPropsState { backdrop: Ref; planeGeometry: Ref; floor: number; segments: number; } export declare class NgtSobaBackdropContent { templateRef: TemplateRef<{ backdrop: Ref; }>; constructor(templateRef: TemplateRef<{ backdrop: Ref; }>); static ngTemplateContextGuard(dir: NgtSobaBackdropContent, ctx: any): ctx is { backdrop: Ref; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class NgtSobaBackdrop extends NgtObjectProps { set floor(floor: NumberInput); set segments(segments: NumberInput); get segments(): NumberInput; content?: NgtSobaBackdropContent; get backdropMesh(): Ref>; get planeGeometry(): Ref; protected preInit(): void; ngOnInit(): void; private readonly setup; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaBackdropModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }