export declare class LinkImage { /** * The time string */ href: string; /** * The string that is using wheen resetting the timer */ src: string; render(): any; }