import { ReactElement } from 'react'; import { Config, PageType } from './config'; export declare const offPageReferenceTooltip: (pageKey?: string, dblClickNav?: boolean) => string | undefined; interface RenderProps extends Omit { id?: string; label?: string; className?: string; title?: string; linked?: boolean; pageType?: PageType; onLabelChange?: (label: string) => void; } export declare const OffPageReference: ({ id, className, orientation, label, color: colorVal, level, linked, pageType, onLabelChange, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map