import { IFoveaHost, IFoveaHostConstructor } from "../fovea-host/i-fovea-host"; export interface ICustomAttribute extends IFoveaHost { } export interface ICustomAttributeConstructor extends IFoveaHostConstructor { new (hostElement: Element): ICustomAttribute; }