export declare class LocalAnchor {
    static create(outputDoc: Document, localAnchor: string): HTMLElement;
}
