import { ICustomElement, ICustomElementConstructor } from "../custom-element/i-custom-element"; import { ICustomAttribute, ICustomAttributeConstructor } from "../custom-attribute/i-custom-attribute"; export declare type FoveaHost = ICustomElement | ICustomAttribute; export declare type FoveaHostConstructor = ICustomElementConstructor | ICustomAttributeConstructor;