import { ChangeDetectorRef } from '@angular/core';
import { ComponentType } from '../../models/components.model';
import * as i0 from "@angular/core";
export declare class TestPageComponent {
    private cdr;
    selectedComponent: ComponentType;
    constructor(cdr: ChangeDetectorRef);
    onSelectComponent(component: ComponentType): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TestPageComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TestPageComponent, "cfc-test-page", never, {}, {}, never, never, false, never>;
}
