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