import { Component } from '../../components'; export declare type ComponentReference = string | Component | Function;