import { MockElement } from './element.mock'; export declare class MockLinkElement extends MockElement { constructor(); as?: string; href?: string; type?: string; rel?: string; relList: { add: (...tokens: string[]) => string; }; onload?: () => void; onerror?: () => void; }