import { Tag } from './websetup.classes.tag.js';
export declare class LinkTag extends Tag {
    constructor(relArg: string, hrefArg: string);
}
