export declare const getChildDebugElement: (fixture: any, component: any) => any; export declare const getChildInstance: (fixture: any, component: any) => any; export declare const getChildDebugElementByCss: (fixture: any, selector: any) => any;