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