import { VarDirective } from './varDirective'

export interface ILazy extends VarDirective<string> {}

export declare const Lazy: ILazy

export declare const _LazyComponent: ILazy
