export declare enum LinkRenderType {
    DOWNLOAD = 0,
    LINK = 1,
    TEXTONLY = 2
}
//# sourceMappingURL=link-render-type.enum.d.ts.map