import { Properties } from './properties'; export declare class Link { rel: Set; href: string; type: string; height: number; width: number; title: string; properties: Properties; duration: number; bitrate: number; templated: boolean; private _OnDeserialized; }