import { Type } from '@angular/core'; export declare class ShallowRenderContainer { } export declare function createContainer(template: string, bindings: any, imports?: any[], standalone?: boolean): Type;