import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
import { LinkType } from "./LinkType";
/**
 * DocumentLinkType class
 * @description A document link type, to handle links from Office 365/MSOffice related apps. The handler opens the resource in app if on mobile, otherwise will use the fallback function
 * @implements {LinkType}
 */
export declare class DocumentLinkType implements LinkType {
    static id: GuidValue;
    id: GuidValue;
    /**
     * Base constructor
     */
    constructor();
}
