import { XmlComponent } from '../../xml-components'; import { IPageReferenceOptions } from "./pageref"; export declare class PageReferenceFieldInstruction extends XmlComponent { constructor(bookmarkId: string, options?: IPageReferenceOptions); }