import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
import { LinkType } from "./LinkType";
/**
 * A DefaultLinkType class
 * @description This type class specifies the normal behaviour when opening the link, either by open the url or calling fallback function
 * @implements {LinkType}
 * @see {LinkHandlerRegistrationManager} class for handler implementation details
 */
export declare class DefaultLinkType implements LinkType {
    static id: GuidValue;
    id: GuidValue;
    constructor();
}
