import { AnyFunction, BooleanInput, NgtObjectProps, NgtObjectPropsState, Ref } from '@angular-three/core'; import { AfterContentInit, QueryList, TemplateRef } from '@angular/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtSobaCenterContent { templateRef: TemplateRef<{ group: Ref; }>; constructor(templateRef: TemplateRef<{ group: Ref; }>); static ngTemplateContextGuard(dir: NgtSobaCenterContent, ctx: any): ctx is { group: Ref; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export interface NgtSobaCenterState extends NgtObjectPropsState { innerGroup: Ref; outerGroup: Ref; alignTop: boolean; } export declare class NgtSobaCenter extends NgtObjectProps implements AfterContentInit { set alignTop(alignTop: BooleanInput); content?: NgtSobaCenterContent; children: QueryList; get innerGroup(): Ref; get outerGroup(): Ref; protected preInit(): void; ngAfterContentInit(): void; private readonly setPosition; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaCenterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }